X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ecdc8bd6717059d3cce793e829a55ef3e474104b..061bbcb366fc66afd51dceedc1e377282e1b0be2:/openwrt/package/pmacct/Makefile 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) \