This commit is contained in:
parent
7027fb0845
commit
df25da62fc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
||||
|
||||
- disable as-needed for this package as it fails to build with it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 12:58:50 CEST 2009 - jsmeix@suse.de
|
||||
|
||||
|
@ -24,7 +24,7 @@ Summary: Various Free Backends for the cups Package
|
||||
License: GPL v2 or later
|
||||
Group: Hardware/Printing
|
||||
Version: 1.0
|
||||
Release: 253
|
||||
Release: 254
|
||||
Source0: http://www.srz.de/Members/bla/cups/backend/hpnpf/hpnpf.tgz
|
||||
Source1: http://www.srz.de/Members/bla/cups/backend/hpnpf/hpnpf.txt
|
||||
Source2: cups-pipe.sh
|
||||
@ -56,6 +56,9 @@ cp -a %{SOURCE4} .
|
||||
%patch1 -p0
|
||||
|
||||
%build
|
||||
# This package failed when testing with -Wl,-as-needed being default.
|
||||
# So we disable it here, if you want to retest, just delete this comment and the line below.
|
||||
export SUSE_ASNEEDED=0
|
||||
gcc $RPM_OPT_FLAGS -fPIC -fPIE -pie -DDBUS_API_SUBJECT_TO_CHANGE \
|
||||
-I%{_includedir}/dbus-1.0/ -I%{_libdir}/dbus-1.0/include/ \
|
||||
-ldbus-1 -lhal hal.c -o hal
|
||||
@ -72,6 +75,8 @@ install -m 755 -D hal $RPM_BUILD_ROOT%{_libdir}/cups/backend/hal
|
||||
%{_libdir}/cups/backend/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2009 coolo@novell.com
|
||||
- disable as-needed for this package as it fails to build with it
|
||||
* Thu May 28 2009 jsmeix@suse.de
|
||||
- Removed the beh backend because it is now provided
|
||||
in the upgraded foomatic-filters version 4.0.1 package.
|
||||
|
Loading…
Reference in New Issue
Block a user