]> git.pld-linux.org Git - packages/kismet.git/commitdiff
- patch to build kismet on machine with kernel-headers installed
authorqwark <bob@pozyton.net.pl>
Fri, 29 Apr 2005 06:57:27 +0000 (06:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kismet.spec -> 1.20

kismet.spec

index 447f28ab31423aa81326a4d713bcb16bc2dc30ed..38fafaa04f2bfb30492f97f2e83d1d2c22dd52a0 100644 (file)
@@ -12,7 +12,7 @@ License:      GPL
 Group:         Networking/Utilities
 Source0:       http://www.kismetwireless.net/code/%{name}-%{_ver}.tar.gz
 # Source0-md5: 19b4f192eb11a418ed3f6bf65c1226af
-#Patch0:               %{name}-acfix.patch
+Patch0:                %{name}-conf.patch
 #Patch1:               %{name}-pcap.patch
 URL:           http://www.kismetwireless.net/
 BuildRequires: ImageMagick-devel
@@ -47,7 +47,7 @@ wsparcie dla kart bez obs
 
 %prep
 %setup -q -n %{name}-%{_ver}
-#%patch0 -p1
+%patch0 -p0
 #%patch1 -p1
 
 cp Makefile.in Makefile.new
@@ -61,6 +61,7 @@ cp -f /usr/share/automake/config.* .
 CPPFLAGS="-I/usr/include/ncurses"
 %configure \
        --enable-syspcap \
+       --with-linuxheaders=no \
        --with-ethereal=%{_includedir} \
 %ifarch arm
        --enable-zaurus
This page took 0.227775 seconds and 4 git commands to generate.