OBS User unknown 2008-11-29 10:52:16 +00:00 committed by Git OBS Bridge
parent aa890242d1
commit cb0bea73ce
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 28 16:39:07 CET 2008 - ro@suse.de
- use -fPIC also in CFLAGS to fix build on x86_64
-------------------------------------------------------------------
Tue Nov 18 13:36:30 CET 2008 - marco@suse.de

View File

@ -21,7 +21,7 @@
Name: sbl
BuildRequires: gcc-c++ libusb-devel
Version: 3.4.0
Release: 11
Release: 12
License: GPL v2 or later
Group: Hardware/Other
Source: sblsrc-3.4.0.tbz2
@ -45,7 +45,7 @@ Authors:
#%patch -p2
%build
make CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" LIB_CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC"
make CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC" LIB_CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC"
%install
make LIBINSTPATH=%{_libdir} DESTDIR=$RPM_BUILD_ROOT install
@ -89,6 +89,8 @@ rm -rf $RPM_BUILD_ROOT
%config /etc/a11y.conf
%changelog
* Fri Nov 28 2008 ro@suse.de
- use -fPIC also in CFLAGS to fix build on x86_64
* Tue Nov 18 2008 marco@suse.de
- added new orca settings
- fixed the brlwav driver problem