diff options
author | adam <adam@pkgsrc.org> | 2003-06-23 13:25:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-06-23 13:25:55 +0000 |
commit | 5deb1db3775f7b82666513eac51af9d212001721 (patch) | |
tree | 47f8765fc9dc5a6355ede005eb72ecf503963cd1 /net/ntop2/patches | |
parent | ff648d9d909c711f9f7a5aa340321af0437ae16b (diff) | |
download | pkgsrc-5deb1db3775f7b82666513eac51af9d212001721.tar.gz |
Reactivated patches for ntop2
Diffstat (limited to 'net/ntop2/patches')
-rw-r--r-- | net/ntop2/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/ntop2/patches/patch-aa b/net/ntop2/patches/patch-aa new file mode 100644 index 00000000000..9276c6660ee --- /dev/null +++ b/net/ntop2/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.3 2003/06/23 13:25:55 adam Exp $ + +--- configure.in.orig 2003-05-28 12:14:19.000000000 +0200 ++++ configure.in 2003-05-28 12:14:59.000000000 +0200 +@@ -1626,6 +1626,7 @@ + HAS_WARNING="yes" + else + NTOP_APPEND_LIBS([${OSSL_LIB}], [ssl]) ++ NTOP_APPEND_LIBS([${OSSL_LIB}], [crypto]) + NTOP_APPEND_INCS([${OSSL_INCLUDE}]) + fi + fi |