From: nbd Date: Fri, 29 Jun 2012 21:09:39 +0000 (+0000) Subject: sg3-utils: link dynamically instead of statically X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=997a89687487658d6e6a92ed41dbcb9cfebd05d9;p=packages.git sg3-utils: link dynamically instead of statically git-svn-id: svn://svn.openwrt.org/openwrt/packages@32541 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/sg3-utils/Makefile b/utils/sg3-utils/Makefile index 2f640ced6..b8c960a3a 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" \