aboutsummaryrefslogtreecommitdiffstats
path: root/package/pmacct
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-23 06:24:25 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-23 06:24:25 +0000
commitfc095218130c72f901b86da0f6a7c7530a023cdd (patch)
tree131422aa96a3d965b4fcd4d888b4b047c56532b0 /package/pmacct
parent3f136506d550f4bf6e2b3d2850bbace131be7262 (diff)
downloadmaster-187ad058-fc095218130c72f901b86da0f6a7c7530a023cdd.tar.gz
master-187ad058-fc095218130c72f901b86da0f6a7c7530a023cdd.tar.bz2
master-187ad058-fc095218130c72f901b86da0f6a7c7530a023cdd.zip
Fix typo in configure options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1021 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pmacct')
-rw-r--r--package/pmacct/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pmacct/Makefile b/package/pmacct/Makefile
index 7807ff74a2..c8d0837915 100644
--- a/package/pmacct/Makefile
+++ b/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) \