Re-enable drivers (#1068849)
This commit is contained in:
parent
dd501e4202
commit
22da73fd42
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: hostapd
|
Name: hostapd
|
||||||
Version: 2.1
|
Version: 2.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://w1.fi/hostapd
|
URL: http://w1.fi/hostapd
|
||||||
@ -73,8 +73,8 @@ cat defconfig | sed \
|
|||||||
-e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
|
-e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
|
||||||
-e '/^#CONFIG_LIBNL32=y/s/^#//' \
|
-e '/^#CONFIG_LIBNL32=y/s/^#//' \
|
||||||
> .config
|
> .config
|
||||||
echo "CFLAGS += -I%{_includedir}/libnl3" > .config
|
echo "CFLAGS += -I%{_includedir}/libnl3" >> .config
|
||||||
echo "LIBS += -L%{_libdir}" > .config
|
echo "LIBS += -L%{_libdir}" >> .config
|
||||||
make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS"
|
make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -176,6 +176,9 @@ fi
|
|||||||
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 22 2014 Simone Caronni <negativo17@gmail.com> - 2.1-2
|
||||||
|
- Re-enable drivers (#1068849).
|
||||||
|
|
||||||
* Fri Feb 14 2014 John W. Linville <linville@redhat.com> - 2.1-1
|
* Fri Feb 14 2014 John W. Linville <linville@redhat.com> - 2.1-1
|
||||||
- Update to version 2.1 from upstream
|
- Update to version 2.1 from upstream
|
||||||
- Remove obsolete patch for libnl build documentation
|
- Remove obsolete patch for libnl build documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user