mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +00:00
Ports: Fix Python _crypt module linkage error
we need to link against LibCrypt and subsubsequently LibCore (which LibCrypt does not link against itself due to a circular dependency issue). Not sure why this broke, it worked when I last updated the port.
This commit is contained in:
parent
e117756d9f
commit
b06f68c3d2
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ _codecs_jp cjkcodecs/_codecs_jp.c
|
|||
_codecs_kr cjkcodecs/_codecs_kr.c
|
||||
_codecs_tw cjkcodecs/_codecs_tw.c
|
||||
_contextvars _contextvarsmodule.c
|
||||
_crypt _cryptmodule.c
|
||||
_crypt _cryptmodule.c -lcrypt -lcore
|
||||
_csv _csv.c
|
||||
_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/cfield.c _ctypes/malloc_closure.c _ctypes/stgdict.c -I$(SERENITY_BUILD_DIR)/Root/usr/local/include $(SERENITY_BUILD_DIR)/Root/usr/local/lib/libffi.a
|
||||
_datetime _datetimemodule.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue