diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-13 22:55:03 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-13 22:55:03 +0000 |
commit | 7019151b7af101a4495d1eea5176917a10236403 (patch) | |
tree | 1063fd02921307e89a247b13057a8d92b0fc1e35 /libpcap | |
parent | ca55f7b3e33556366db135c53f6aec76f80270a9 (diff) |
Add missing pcap-bpf header for the libpcap 0.8.1 stage target.
BKrev: 40047747haV6ylbE3gBV7kpLkq6PKA
Diffstat (limited to 'libpcap')
-rw-r--r-- | libpcap/libpcap_0.8.1.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcap/libpcap_0.8.1.oe b/libpcap/libpcap_0.8.1.oe index bc72e876bd..8c258f4cdc 100644 --- a/libpcap/libpcap_0.8.1.oe +++ b/libpcap/libpcap_0.8.1.oe @@ -22,6 +22,7 @@ do_stage () { install -m 0644 net/bpf.h ${STAGING_DIR}/target/include/net/bpf.h install -m 0644 pcap.h ${STAGING_DIR}/target/include/pcap.h install -m 0644 pcap-namedb.h ${STAGING_DIR}/target/include/pcap-namedb.h + install -m 0644 pcap-bpf.h ${STAGING_DIR}/target/include/pcap-bpf.h install -m 0755 libpcap.so.${PV} ${STAGING_LIBDIR}/ ln -sf libpcap.so.${PV} ${STAGING_LIBDIR}/libpcap.so.0.8 ln -sf libpcap.so.${PV} ${STAGING_LIBDIR}/libpcap.so.0 |