From f55b9364ab585f0a5fde11105d68285421748e06 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 12 Sep 2008 08:21:51 +0000 Subject: [PATCH] Undo OpenSSL-in-rpms change for right now. My build systems don't have libkrb5.a, which is used by my openssl libraries and needed to compile statically against them. So I need to either build a libkrb5.a or a version of openssl which doesn't depend on Kerberos. --- CHANGELOG | 2 -- nmap.spec.in | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2f936590b..8386db21f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,8 +15,6 @@ o [Zenmap] A crash was fixed that affected Windows users with UnicodeDecodeError: 'utf8' codec can't decode byte 0x9c in position 28: unexpected code byte -o RPMs are now built with OpenSSL support. [David] - o [Zenmap] Several corner-case crashes were fixed: [David] File "radialnet\gui\NodeNotebook.pyo", line 429, in __create_widgets KeyError: 'tcp' diff --git a/nmap.spec.in b/nmap.spec.in index 54ebfaf7a..338364273 100644 --- a/nmap.spec.in +++ b/nmap.spec.in @@ -36,7 +36,7 @@ devices are also supported, including the Sharp Zaurus and the iPAQ. %setup -q %build -%configure --with-openssl --without-zenmap --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included +%configure --without-openssl --without-zenmap --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included %if "%{static}" == "1" make static %else