]> git.pld-linux.org Git - packages/hostapd.git/commitdiff
- really fix building with libnl 3.x auto/ti/hostapd-0_7_3-4
authorhawk <hawk@pld-linux.org>
Thu, 22 Dec 2011 10:29:16 +0000 (10:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hostapd-nl.patch -> 1.2
    hostapd.spec -> 1.35

hostapd-nl.patch
hostapd.spec

index 848d88ef3a79ed19ad6f9916a2cd23dcd721dafb..14b68f2b3943a022b562b9b70c7098891da0583d 100644 (file)
@@ -1,15 +1,16 @@
---- hostapd-0.7.3/src/drivers/drivers.mak~     2010-09-07 17:43:39.000000000 +0200
-+++ hostapd-0.7.3/src/drivers/drivers.mak      2011-09-17 09:21:47.687977062 +0200
+diff -ur hostapd-0.7.3.orig//src/drivers/drivers.mak hostapd-0.7.3.fix//src/drivers/drivers.mak
+--- hostapd-0.7.3.orig//src/drivers/drivers.mak        2010-09-07 15:43:39.000000000 +0000
++++ hostapd-0.7.3.fix//src/drivers/drivers.mak 2011-12-22 10:32:23.915023681 +0000
 @@ -31,10 +31,10 @@
  NEED_AP_MLME=y
  NEED_NETLINK=y
  NEED_LINUX_IOCTL=y
 -DRV_LIBS += -lnl
-+
++DRV_LIBS += -lnl-3
  
  ifdef CONFIG_LIBNL20
 -DRV_LIBS += -lnl-genl
-+
++DRV_LIBS += -lnl-genl-3
  DRV_CFLAGS += -DCONFIG_LIBNL20
  endif
  endif
index 92d6cbbc2cf2dab13a94ac5908292c77a747b2fd..e8562ab3c1aaae3b68b7aafe980a2518b5027801 100644 (file)
@@ -5,7 +5,7 @@ Summary(es.UTF-8):      HostAP - actĂșa como un punto de acceso
 Summary(pl.UTF-8):     HostAP - praca jako access point
 Name:          hostapd
 Version:       0.7.3
-Release:       3
+Release:       4
 License:       GPL v2
 Group:         Daemons
 Source0:       http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
@@ -15,7 +15,7 @@ Patch0:               %{name}-config.patch
 Patch1:                %{name}-build-time-config.patch
 Patch2:                %{name}-nl.patch
 URL:           http://hostap.epitest.fi/
-BuildRequires: libnl-devel >= 1:2.0
+BuildRequires: libnl-devel >= 1:3.0
 BuildRequires: madwifi-ng-devel
 BuildRequires: openssl-devel
 BuildRequires: rpmbuild(macros) >= 1.268
This page took 0.073859 seconds and 4 git commands to generate.