Accepting request 26711 from home:jengelh:branches:Printing

Copy from home:jengelh:branches:Printing/cups via accept of submit request 26711 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/26711
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=180
This commit is contained in:
Stephan Kulow 2010-01-07 17:56:39 +00:00 committed by Git OBS Bridge
parent dbbe990b4b
commit cb58c2e387
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 15 22:22:18 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
- enable parallel building
-------------------------------------------------------------------
Tue Dec 15 13:58:13 CET 2009 - jsmeix@suse.de

View File

@ -47,6 +47,7 @@ Source1: poll_ppd_base.c
Source2: lphelp.c
Source3: dvitops
Source4: pswrite
Source5: baselibs.conf
Source7: ogonki
Source8: cups.init
Source9: http://amaru.ti6.tu-harburg.de/portal/Members/ti6ntm/Projekte/Printanalyzer/PrintAnalyzer
@ -301,7 +302,7 @@ KRB5CONFIG=${PWD}/krb5-config ./configure \
# for debugging enable:
#perl -pi -e 's:^(OPTIONS\s+\=):$1 -I/usr/X11R6/include -O2 -fno-strict-aliasing -g -DDEBUG:' Makedefs
#perl -pi -e 's:^(OPTIM\s+\=):$1 -g -DDEBUG:' Makedefs
make CXX=g++
make %{?jobs:-j%jobs} CXX=g++
# Compile additional tools
gcc -opoll_ppd_base $CFLAGS -fPIC -fPIE -pie -I. -L./cups %{SOURCE1} -lcups
gcc -olphelp $CFLAGS -fPIC -fPIE -pie -I. -L./cups %{SOURCE2} -lcups