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.
This commit is contained in:
fyodor 2008-09-12 08:21:51 +00:00
parent 9a6d9beaa5
commit f55b9364ab
2 changed files with 1 additions and 3 deletions

View file

@ -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'

View file

@ -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