From 6dd1e738d6ea4cfc398f22e62fc875c8e922047a Mon Sep 17 00:00:00 2001 From: sparky Date: Thu, 14 Jan 2010 22:38:13 +0000 Subject: [PATCH] - fix openssl detection on 64 bits; rel 3 Changed files: amap.spec -> 1.10 --- amap.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/amap.spec b/amap.spec index f7765d9..1bfad6d 100644 --- a/amap.spec +++ b/amap.spec @@ -2,7 +2,7 @@ Summary: Amap - a next-generation scanning tool Summary(pl.UTF-8): Amap - skaner "następnej generacji" Name: amap Version: 5.2 -Release: 2 +Release: 3 License: GPL v2 with exceptions (see LICENCE.AMAP) Group: Networking Source0: http://freeworld.thc.org/releases/%{name}-%{version}.tar.gz @@ -15,6 +15,7 @@ Patch4: %{name}-system-pcre.patch URL: http://www.thc.org/thc-amap/ BuildRequires: openssl-devel BuildRequires: pcre-devel +BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -34,6 +35,7 @@ tworzenie pseudo komunikacji i analizie odpowiedzi. %patch2 -p1 %patch3 -p1 %patch4 -p1 +%{__sed} -i 's@LIBDIRS=.*@LIBDIRS="%{_libdir} %{_libdir}/openssl"@' configure %build ./configure \ -- 2.43.0