mirror of
https://github.com/FOGProject/fos.git
synced 2026-04-19 01:00:43 -05:00
Add libdl when linking the binaries because libcrypto was added as new dependency to partclone but libcrypto itself is not linked static and needs dlopen/dlsym/dlclose calls.
This commit is contained in:
@@ -11,6 +11,8 @@ PARTCLONE_INSTALL_STAGING = YES
|
||||
PARTCLONE_AUTORECONF = YES
|
||||
PARTCLONE_DEPENDENCIES += attr e2fsprogs libgcrypt lzo xz zlib xfsprogs ncurses host-pkgconf
|
||||
PARTCLONE_CONF_OPTS = --enable-static --enable-xfs --enable-btrfs --enable-ntfs --enable-extfs --enable-fat --enable-hfsp --enable-apfs --enable-ncursesw
|
||||
PARTCLONE_EXTRA_LIBS = -ldl
|
||||
PARTCLONE_CONF_ENV += LIBS="$(PARTCLONE_EXTRA_LIBS)"
|
||||
|
||||
define PARTCLONE_LINK_LIBRARIES_TOOL
|
||||
ln -f -s $(BUILD_DIR)/xfsprogs-*/include/xfs $(STAGING_DIR)/usr/include/
|
||||
|
||||
Reference in New Issue
Block a user