SHA256
1
0
forked from pool/a2ps

Accepting request 125209 from Publishing

- Use a more future-proof source path for copying in config.* (forwarded request 125203 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/125209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/a2ps?expand=0&rev=26
This commit is contained in:
Stephan Kulow 2012-06-18 12:53:25 +00:00 committed by Git OBS Bridge
commit ac64512f03
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jun 16 19:12:39 UTC 2012 - jengelh@inai.de
- Use a more future-proof source path for copying in config.*
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 29 13:10:11 UTC 2012 - puzel@suse.com Tue May 29 13:10:11 UTC 2012 - puzel@suse.com

View File

@ -107,7 +107,7 @@ rename no nb po/no.*
%build %build
#XXX: ugly hack; necessary?? #XXX: ugly hack; necessary??
cp /usr/share/automake-1.11/config.* auxdir/ || cp /usr/share/automake-1.12/config.* auxdir/ cp /usr/share/automake-*/config.{guess,sub} auxdir/
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -funroll-loops -Wall -pipe -fstack-protector" export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -funroll-loops -Wall -pipe -fstack-protector"
export LPR=lpr export LPR=lpr
export CC=gcc export CC=gcc