summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-23 06:24:25 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-23 06:24:25 +0000
commit505f50f1fc5bfb091a7903c71bb233177d577c9e (patch)
treed856a113807e3cbb25044ac146bcb2cab4fe16e1 /openwrt
parentcf53935a904f91a05be3109d9d49c655e312ae09 (diff)
Fix typo in configure options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1021 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/pmacct/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/pmacct/Makefile b/openwrt/package/pmacct/Makefile
index 7807ff74a..c8d083791 100644
--- a/openwrt/package/pmacct/Makefile
+++ b/openwrt/package/pmacct/Makefile
@@ -101,7 +101,7 @@ $(PKG_BUILD_DIR)/$(2) $(PKG_BUILD_DIR)/$(3): $(PKG_BUILD_DIR)/.prepared
--enable-shared \
--disable-static \
--with-pcap-includes="$(STAGING_DIR)/usr/include" \
- --with-libpcap-libs="$(STAGING_DIR)/usr/lib" \
+ --with-pcap-libs="$(STAGING_DIR)/usr/lib" \
$$($(1)_CONFIGURE_OPTS) \
);
$(MAKE) -C $(PKG_BUILD_DIR) \