1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Add openssl argument for specifying openssl location in ./configure line

This commit is contained in:
fyodor
2009-06-11 07:04:34 +00:00
parent ba1ccf8f43
commit e5f02fb2fd

View File

@@ -2,6 +2,9 @@
# --define "static 1"
# to the rpmbuild command line. To build without Ncat, add
# --define "buildncat 0"
#
# To specify openssl dir, add something like:
# --define "openssl /usr/local/ssl"
%define name nmap
%define version @VERSION@
@@ -44,7 +47,7 @@ both console and graphical versions are available.
%setup -q
%build
%configure --with-openssl --without-zenmap --with-ndiff --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included
%configure --with-openssl=%{openssl} --without-zenmap --with-ndiff --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included
%if "%{buildncat}" == "0"
%configure --without-ncat
%endif