From 8e39b143e1a74e57a118d59e0f73617eb7974300 Mon Sep 17 00:00:00 2001 From: oliver Date: Sun, 7 Sep 2008 10:20:16 +0000 Subject: fix build when openssl is not in base but in $LOCALBASE Approved by: maintainer --- security/nmap/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security') diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 58e50208e532..53eb1b4583a7 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -36,6 +36,7 @@ MAN1= nmap.1 .ifndef WITHOUT_SSL USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${OPENSSLINC}" .else CONFIGURE_ARGS+= --without-openssl .endif -- cgit