diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-09 01:16:35 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-09 01:16:35 +0000 |
commit | 253c687d8f6c5aaa8641906aec378c2e8e05d0df (patch) | |
tree | e8a2134daeb45fc516dd0fdae291bb2a96432d94 /net/libnet10/files/patch-aa | |
parent | Second half of botched commit to fix this for -current users and (diff) |
A C library for creating IP packets.
PR: 9901
Submitted by: Peter Shipley <shipley@dis.org>
Notes
Notes:
svn path=/head/; revision=18620
Diffstat (limited to 'net/libnet10/files/patch-aa')
-rw-r--r-- | net/libnet10/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libnet10/files/patch-aa b/net/libnet10/files/patch-aa new file mode 100644 index 000000000000..9f184138bed3 --- /dev/null +++ b/net/libnet10/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Fri Apr 16 12:43:19 1999 ++++ configure Fri May 7 15:57:21 1999 +@@ -1519,7 +1519,7 @@ + EOF + + MAN_PREFIX="$prefix/man/man3/" +- LIB_PREFIX="$prefix/lib/aout" ++ LIB_PREFIX="$prefix/lib/" + INC_PREFIX="$prefix/include/" + BIN_PREFIX="$prefix/bin/" + ln -sf FreeBSD support/bpf-lkm/etherspoof |