diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-23 06:24:25 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-23 06:24:25 +0000 |
commit | fc095218130c72f901b86da0f6a7c7530a023cdd (patch) | |
tree | 131422aa96a3d965b4fcd4d888b4b047c56532b0 /package | |
parent | 3f136506d550f4bf6e2b3d2850bbace131be7262 (diff) | |
download | upstream-fc095218130c72f901b86da0f6a7c7530a023cdd.tar.gz upstream-fc095218130c72f901b86da0f6a7c7530a023cdd.tar.bz2 upstream-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')
-rw-r--r-- | package/pmacct/Makefile | 2 |
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) \ |