diff options
-rw-r--r-- | security/nmap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |