summaryrefslogtreecommitdiff
path: root/net/ntopng/files/patch-configure.seed
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2020-11-04 08:51:34 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2020-11-04 08:51:34 +0000
commitaee305e1ad233f4ec290adb4e565484604dc34c2 (patch)
tree7b5a00693a7049a14dc6c94a5658a0172986c545 /net/ntopng/files/patch-configure.seed
parentUpdate xfce4-desktop to 4.14.3 (diff)
- Update nDPI to latest upstream stable snapshot
- Update ntopng to latest upsstream snapshot of new 4.2 stable version
Notes
Notes: svn path=/head/; revision=554064
Diffstat (limited to 'net/ntopng/files/patch-configure.seed')
-rw-r--r--net/ntopng/files/patch-configure.seed18
1 files changed, 3 insertions, 15 deletions
diff --git a/net/ntopng/files/patch-configure.seed b/net/ntopng/files/patch-configure.seed
index e2e874c98463..388c0a5d4b5a 100644
--- a/net/ntopng/files/patch-configure.seed
+++ b/net/ntopng/files/patch-configure.seed
@@ -1,6 +1,6 @@
---- configure.seed.orig 2020-04-14 13:42:12 UTC
+--- configure.seed.orig 2020-11-02 21:27:19 UTC
+++ configure.seed
-@@ -67,33 +67,8 @@ fi
+@@ -77,33 +77,8 @@ fi
# On CentOS 6 `git rev-list HEAD --count` does not work
#
#
@@ -35,19 +35,7 @@
SHORT_MACHINE=`uname -m | cut -b1-3`
GIT_RELEASE="@GIT_RELEASE@"
-@@ -201,6 +176,11 @@ else
- AC_DEFINE_UNQUOTED(NO_SSL_DL, 1, [has openssl])
- SSL_INC="-I/usr/local/opt/openssl/include"
- SSL_LIB="-L/usr/local/opt/openssl/lib -lssl"
-+ dnl Workaround for FreeBSD
-+ elif test -f "/usr/lib/libssl.so"; then
-+ AC_DEFINE_UNQUOTED(NO_SSL_DL, 1, [has openssl])
-+ SSL_INC="-I/usr/include"
-+ SSL_LIB="-L/usr/lib -lssl -lcrypto"
- else
- echo "Please install openssl-dev(el) package prerequisite"
- exit -1
-@@ -602,16 +582,6 @@ AC_DEFINE_UNQUOTED(_CRT_SECURE_NO_WARNINGS, 1, [Disabl
+@@ -678,16 +653,6 @@ AC_DEFINE_UNQUOTED(_CRT_SECURE_NO_WARNINGS, 1, [Disabl
GMAKE=`which gmake`
if test x$GMAKE = x; then
GMAKE="make"