missed adding the patch in previous

This commit is contained in:
sthen 2016-01-19 15:21:19 +00:00
parent 71764ad3d2
commit c2095a5cef
2 changed files with 20 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.24 2016/01/17 17:49:46 sthen Exp $
# $OpenBSD: Makefile,v 1.25 2016/01/19 15:21:19 sthen Exp $
SHARED_LIBS += scamperfile 1.0 # 0.0
COMMENT = parallel internet measurement utility
V = 20141211d
REVISION = 1
REVISION = 2
DISTNAME = scamper-cvs-$V
PKGNAME = scamper-$V

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-configure_ac,v 1.1 2016/01/19 15:21:19 sthen Exp $
--- configure.ac.orig Fri Jan 8 08:27:43 2016
+++ configure.ac Sun Jan 17 17:44:30 2016
@@ -226,9 +226,11 @@ AC_SEARCH_LIBS(inet_ntop, nsl, [], [], -lsocket)
# Some systems need -lm to use sqrt.
AC_SEARCH_LIBS(sqrt, m, [], [], [])
-AX_CHECK_OPENSSL(
- [AC_DEFINE([HAVE_OPENSSL], [1], [Define to 1 if you have OpenSSL])]
- [CFLAGS="$CFLAGS $OPENSSL_INCLUDES"])
+dnl AX_CHECK_OPENSSL(
+dnl [AC_DEFINE([HAVE_OPENSSL], [1], [Define to 1 if you have OpenSSL])]
+dnl [CFLAGS="$CFLAGS $OPENSSL_INCLUDES"])
+AC_SUBST([OPENSSL_LDFLAGS])
+AC_SUBST([OPENSSL_LIBS])
AC_CONFIG_FILES([
Makefile