From: Felix Fietkau Date: Fri, 29 Jun 2012 21:09:39 +0000 (+0000) Subject: sg3-utils: link dynamically instead of statically X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=be4033582a45760713a3eca263eb8877bc1ef2c2;p=openwrt%2Fsvn-archive%2Farchive.git sg3-utils: link dynamically instead of statically SVN-Revision: 32541 --- diff --git a/utils/sg3-utils/Makefile b/utils/sg3-utils/Makefile index 2f640ced67..b8c960a3aa 100644 --- a/utils/sg3-utils/Makefile +++ b/utils/sg3-utils/Makefile @@ -36,7 +36,7 @@ endef 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) \ CC="$(TARGET_CC)" \ CFLAGS="$(TARGET_CFLAGS) -DSG3_UTILS_LINUX" \