Commit efc35794 authored by Sonic Zhang's avatar Sonic Zhang Committed by Peter Korsgaard
Browse files

e2fsprogs: Disable elf shared library when BR2_PREFER_STATIC_LIB is selected.

parent 46250ee1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ E2FSPROGS_LICENSE_FILES = COPYING lib/uuid/COPYING lib/ss/mit-sipb-copyright.h l

E2FSPROGS_CONF_OPT = \
	--disable-tls \
	--enable-elf-shlibs \
	$(if $(BR2_PREFER_STATIC_LIB),,--enable-elf-shlibs) \
	$(if $(BR2_PACKAGE_E2FSPROGS_DEBUGFS),,--disable-debugfs) \
	$(if $(BR2_PACKAGE_E2FSPROGS_E2IMAGE),,--disable-imager) \
	$(if $(BR2_PACKAGE_E2FSPROGS_E4DEFRAG),,--disable-defrag) \