From: florian Date: Thu, 11 Jan 2007 11:38:27 +0000 (+0000) Subject: Fix pmacct and friends compilation X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=045b5ecd5ee2a31676a87ea679f040e2d59e650a;p=packages.git Fix pmacct and friends compilation git-svn-id: svn://svn.openwrt.org/openwrt/packages@6076 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/pmacct/Makefile b/net/pmacct/Makefile index 7b5398dfc..a619bafa5 100644 --- a/net/pmacct/Makefile +++ b/net/pmacct/Makefile @@ -114,9 +114,9 @@ $(PKG_BUILD_DIR)/nfacctd-$(1) $(PKG_BUILD_DIR)/pmacctd-$(1): $(PKG_BUILD_DIR)/.c $(call Build/Configure/Default, \ --with-pcap-includes="$(STAGING_DIR)/usr/include" \ --with-pcap-libs="$(STAGING_DIR)/usr/lib" \ - $(2) \ - , \ - LIBS="-lz" \ + "$(2)" \ + ,\ + LIBS+="-lz" \ ); $(MAKE) -C $(PKG_BUILD_DIR) \ CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ @@ -160,8 +160,6 @@ ifneq ($(CONFIG_PACKAGE_nfacctd-mysql)$(CONFIG_PACKAGE_pmacctd-mysql),) --enable-mysql \ --with-mysql-includes="$(STAGING_DIR)/usr/include" \ --with-mysql-libs="$(STAGING_DIR)/usr/lib/mysql" \ - , \ - LIBS='-lz' \ )) $(eval $(call Install/Template,nfacctd-mysql,nfacctd-mysql,nfacctd)) $(eval $(call Install/Template,pmacctd-mysql,pmacctd-mysql,pmacctd))