From df25da62fc6424b3cd478fa8eddc03fe1bda93fec1d8f833ec5b9e21ca07a861 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 20 Jun 2009 02:23:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups-backends?expand=0&rev=5 --- cups-backends.changes | 5 +++++ cups-backends.spec | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/cups-backends.changes b/cups-backends.changes index 2183c76..6e9eeec 100644 --- a/cups-backends.changes +++ b/cups-backends.changes @@ -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 diff --git a/cups-backends.spec b/cups-backends.spec index 4355d97..913af49 100644 --- a/cups-backends.spec +++ b/cups-backends.spec @@ -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.