From eb6f05128fd48971020a68939f83349105d4cabe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jaros=C5=82aw=20Skibi=C5=84ski?= Date: Tue, 29 Jun 2004 23:46:27 +0000 Subject: [PATCH] - Update 0.2.0pre8_plus_fixes_13 + corect CPPFLAGS Changed files: acx.spec -> 1.18 --- acx.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/acx.spec b/acx.spec index 3664133..0a19728 100644 --- a/acx.spec +++ b/acx.spec @@ -5,13 +5,13 @@ Summary: Linux driver for WLAN card base on ACX100 Summary(pl): Sterownik dla Linuksa do kart bezprzewodowych na ukĀ³adzie ACX100 Name: kernel-net-acx100 -Version: 0.2.0pre8_plus_fixes_12 +Version: 0.2.0pre8_plus_fixes_13 %define _rel 1 Release: %{_rel}@%{_kernel_ver_str} License: MPL or GPL Group: Base/Kernel Source0: http://rhlx01.fht-esslingen.de/~andi/acx100/acx100-%{version}.tar.bz2 -# Source0-md5: 48ed40be0cc317c795a82ea74ddbcd1c +#Source0-MD5: 4daf538ed007ac4181c952703223e556 URL: http://acx100.sourcefroge.net/index.html %{?with_dist_kernel:BuildRequires: kernel-headers >= 2.4.0} BuildRequires: %{kgcc_package} @@ -51,7 +51,8 @@ EOF %{__make} \ CC="%{kgcc}" \ CPPFLAGS="-D__KERNEL__ -DMODULE -DACX_DEBUG=1 -DWLAN_HOSTIF=WLAN_PCI -I%{_kernelsrcdir}/include -I../include" \ - CFLAGS="%{rpmcflags} -fno-strict-aliasing -fno-common -fomit-frame-pointer -Wall -Wstrict-prototypes -Wno-trigraphs" + CFLAGS="%{rpmcflags} -fno-strict-aliasing -fno-common -fomit-frame-pointer -Wall -Wstrict-prototypes -Wno-trigraphs -mpreferred-stack-boundary=4 -pipe -DACX_IO_WIDTH=32" + mv -f src/acx_pci.o acx_pci-up.o mv -f src/acx_usb.o acx_usb-up.o @@ -59,7 +60,7 @@ mv -f src/acx_usb.o acx_usb-up.o %{__make} \ CC="%{kgcc}" \ CPPFLAGS="-D__KERNEL__ -D__KERNEL_SMP -DMODULE -DACX_DEBUG=1 -DWLAN_HOSTIF=WLAN_PCI -I%{_kernelsrcdir}/include -I../include" \ - CFLAGS="%{rpmcflags} -fno-strict-aliasing -fno-common -fomit-frame-pointer -Wall -Wstrict-prototypes -Wno-trigraphs" + CFLAGS="%{rpmcflags} -fno-strict-aliasing -fno-common -fomit-frame-pointer -Wall -Wstrict-prototypes -Wno-trigraphs -mpreferred-stack-boundary=4 -pipe -DACX_IO_WIDTH=32" %install rm -rf $RPM_BUILD_ROOT -- 2.43.0