Accepting request 40996 from home:jsmeix:branches:Printing

Copy from home:jsmeix:branches:Printing/cups via accept of submit request 40996 revision 2.
Request was accepted with message:

Fixed configure so that in particular debuginfo RPMs can be built.

OBS-URL: https://build.opensuse.org/request/show/40996
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=196
This commit is contained in:
Johannes Meixner
2010-06-02 14:09:53 +00:00
committed by Git OBS Bridge
parent 63839f63fb
commit efc1f0ed40
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 2 15:16:02 CEST 2010 - jsmeix@suse.de
- Explicitly set configure option '--enable-debug' because
otherwise the cups-debuginfo RPM would be empty.
- Removed no longer recognized configure option '--enable-pie'
(it compiles and links with '-pie -fPIE -fPIC' by default).
- Disabled .SILENT in Makedefs.in so that make is verbose as usual.
-------------------------------------------------------------------
Mon May 10 20:12:43 UTC 2010 - guido+opensuse.org@berhoerster.name

View File

@@ -212,6 +212,8 @@ http://www.cups.org
%patch104
%build
# Disable SILENT run of make so that make runs verbose as usual:
sed -i -e 's/^\.SILENT:/# .SILENT:/' Makedefs.in
%{?suse_update_config:%{suse_update_config -f . }}
libtoolize --force
aclocal
@@ -237,7 +239,7 @@ export CXX=g++
--with-docdir=%{_datadir}/cups/webcontent \
--with-cups-user=lp \
--with-cups-group=lp \
--enable-pie \
--enable-debug \
--enable-relro \
--enable-gssapi \
--disable-static \