mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Use an explicit --with-zenmap in zenmap.spec.in.
This commit is contained in:
parent
1f1e8bcb1d
commit
a8e9dbf814
1 changed files with 4 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ from Umit, an Nmap GUI created as part of the Google Summer of Code.
|
|||
%setup -q -n nmap-%{version}
|
||||
|
||||
%build
|
||||
%configure --without-openssl PYTHON="%{__python}"
|
||||
%configure --without-openssl --with-zenmap PYTHON="%{__python}"
|
||||
make build-zenmap DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%install
|
||||
|
|
@ -69,5 +69,8 @@ gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || :
|
|||
|
||||
%changelog
|
||||
|
||||
* Thu Nov 22 2007 David Fifield (david(a)bamsoftware.com)
|
||||
- Use an explicit --with-zenmap.
|
||||
|
||||
* Thu Nov 08 2007 David Fifield (david(a)bamsoftware.com)
|
||||
- Split the zenmap subpackage into its own spec file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue