From: <abe...@us...> - 2014-09-08 14:15:09
|
Revision: 6699 http://sourceforge.net/p/astlinux/code/6699 Author: abelbeck Date: 2014-09-08 14:15:01 +0000 (Mon, 08 Sep 2014) Log Message: ----------- ngrep and sipgrep require --with-pcap-includes fully defined to find bpf.h Modified Paths: -------------- branches/1.0/package/ngrep/ngrep.mk branches/1.0/package/sipgrep/sipgrep.mk Modified: branches/1.0/package/ngrep/ngrep.mk =================================================================== --- branches/1.0/package/ngrep/ngrep.mk 2014-09-05 17:43:26 UTC (rev 6698) +++ branches/1.0/package/ngrep/ngrep.mk 2014-09-08 14:15:01 UTC (rev 6699) @@ -12,7 +12,7 @@ NGREP_UNINSTALL_STAGING_OPT = --version NGREP_CONF_OPT += \ - --with-pcap-includes=$(STAGING_DIR)/usr/include \ + --with-pcap-includes=$(STAGING_DIR)/usr/include/pcap \ --with-pcre=$(STAGING_DIR)/usr \ --enable-pcre \ --enable-ipv6 Modified: branches/1.0/package/sipgrep/sipgrep.mk =================================================================== --- branches/1.0/package/sipgrep/sipgrep.mk 2014-09-05 17:43:26 UTC (rev 6698) +++ branches/1.0/package/sipgrep/sipgrep.mk 2014-09-08 14:15:01 UTC (rev 6699) @@ -13,7 +13,7 @@ SIPGREP_UNINSTALL_STAGING_OPT = --version SIPGREP_CONF_OPT += \ - --with-pcap-includes=$(STAGING_DIR)/usr/include \ + --with-pcap-includes=$(STAGING_DIR)/usr/include/pcap \ --enable-ipv6 define SIPGREP_INSTALL_TARGET_CMDS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |