diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-23 02:25:35 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-23 02:25:35 +0000 |
commit | fefa72640a84f7a301ea297229d239ffa43f5bcc (patch) | |
tree | c95cf31fbace2c2f0125acb780dacfeb30723893 /libpcap | |
parent | e667994a85ff668b0a0442354d4c6e5af1b4ea69 (diff) |
Dont stage headers libpcap 0.8.3 doesnt include.
BKrev: 40b00b9f_WZTKVY5NhaobXXV3gg_fQ
Diffstat (limited to 'libpcap')
-rw-r--r-- | libpcap/libpcap_0.8.3.oe | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpcap/libpcap_0.8.3.oe b/libpcap/libpcap_0.8.3.oe index 07518e696c..a050d627f5 100644 --- a/libpcap/libpcap_0.8.3.oe +++ b/libpcap/libpcap_0.8.3.oe @@ -23,8 +23,6 @@ do_configure_prepend () { } do_stage () { - install -d ${STAGING_INCDIR}/net - install -m 0644 net/bpf.h ${STAGING_INCDIR}/net/bpf.h install -m 0644 pcap.h ${STAGING_INCDIR}/pcap.h install -m 0644 pcap-namedb.h ${STAGING_INCDIR}/pcap-namedb.h install -m 0644 pcap-bpf.h ${STAGING_INCDIR}/pcap-bpf.h |