diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-23 06:24:25 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-23 06:24:25 +0000 |
commit | 3372aed730df65b412d8edabf48effa10f25eb6d (patch) | |
tree | 131422aa96a3d965b4fcd4d888b4b047c56532b0 /package/pmacct/Makefile | |
parent | e7ae3df145059eea2d11cc3504d8f0f13132d8a5 (diff) |
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/Makefile')
-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 7807ff74a..c8d083791 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) \ |