use HOST_STATIC_LINKING instead of hardcoding -static
SVN-Revision: 33140
This commit is contained in:
parent
095fe8743b
commit
cf1698c637
23 changed files with 27 additions and 25 deletions
|
@ -18,7 +18,7 @@ PKG_SOURCE_URL:=@SF/e2fsprogs
|
|||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
HOST_CFLAGS += $(FPIC)
|
||||
HOST_LDFLAGS += -static
|
||||
HOST_LDFLAGS += $(HOST_STATIC_LINKING)
|
||||
|
||||
HOST_CONFIGURE_ARGS += \
|
||||
--disable-shared \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue