sg3-utils: link dynamically instead of statically

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32541 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-29 21:09:39 +00:00
parent 13a30adb60
commit 997a896874

View File

@ -36,7 +36,7 @@ endef
define Build/Compile define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) -f no_lib/Makefile.linux_static \ $(MAKE) -C $(PKG_BUILD_DIR) -f no_lib/Makefile.linux \
DESTDIR=$(STAGING_DIR) \ DESTDIR=$(STAGING_DIR) \
CC="$(TARGET_CC)" \ CC="$(TARGET_CC)" \
CFLAGS="$(TARGET_CFLAGS) -DSG3_UTILS_LINUX" \ CFLAGS="$(TARGET_CFLAGS) -DSG3_UTILS_LINUX" \