]> git.pld-linux.org Git - packages/dnscap.git/commitdiff
- BR: groff, libpcap-devel
authorsparky <sparky@pld-linux.org>
Sat, 22 May 2010 20:58:47 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- some fixes and use more rpm*flags, still doesn't build

Changed files:
    dnscap.spec -> 1.4

dnscap.spec

index 126054904eff832bbaead27afbbcacd2df97d11b..305342a78401a96930b9cb401f733fac157891c9 100644 (file)
@@ -11,6 +11,8 @@ Source0:      %{name}-%{_snap}.tar.gz
 # Source0-md5: e5451875e01551568e46a3c461641311
 URL:           http://public.oarci.net/tools/dnscap/
 BuildRequires: bind-devel
+BuildRequires: groff
+BuildRequires: libpcap-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,7 +24,10 @@ expected to be used for gathering continuous research or audit traces.
 
 %build
 %{__make} \
-       PORTCFLAGS="%{rpmcflags}" \
+       BINDLIB="-lbind9" \
+       PORTCFLAGS="%{rpmcppflags} %{rpmcflags}" \
+       PORTLDFLAGS="%{rpmldflags}" \
+       GCCWARN="-Wall" \
        CDEBUG=""
 
 %install
This page took 0.0732 seconds and 4 git commands to generate.