OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Oct-2004 10:14:48
Branch: HEAD Handle: 2004100209144700
Modified files:
openpkg-src/nmap nmap.spec
Log:
make sure the own OpenSSL version is found and used
Summary:
Revision Changes Path
1.58 +3 -3 openpkg-src/nmap/nmap.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/nmap/nmap.spec
============================================================================
$ cvs diff -u -r1.57 -r1.58 nmap.spec
--- openpkg-src/nmap/nmap.spec 31 Aug 2004 18:08:12 -0000 1.57
+++ openpkg-src/nmap/nmap.spec 2 Oct 2004 08:14:47 -0000 1.58
@@ -34,7 +34,7 @@
Group: Network
License: GPL
Version: 3.70
-Release: 20040831
+Release: 20041002
# list of sources
Source0: http://www.insecure.org/nmap/dist/nmap-%{version}.tgz
@@ -81,9 +81,9 @@
configure
%build
- cppflags=""
+ cppflags="%{l_cppflags}"
case "%{l_platform -t}" in
- *-sunos5.6 ) cppflags="-D_XPG4_2" ;;
+ *-sunos5.6 ) cppflags="$cppflags -D_XPG4_2" ;;
esac
( echo "ac_cv_prog_CXXPROG=\"%{l_cxx}\""
) >config.cache
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]