SHA256
1
0
forked from pool/gap

- add --target to configure for SLE 11 i586

OBS-URL: https://build.opensuse.org/package/show/science/gap?expand=0&rev=5
This commit is contained in:
Corot Sebastien 2012-08-31 21:37:40 +00:00 committed by Git OBS Bridge
parent 4517fad32e
commit 91d7f9a968
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 31 21:36:53 UTC 2012 - scorot@free.fr
- add --target to configure for SLE 11 i586
-------------------------------------------------------------------
Fri Aug 31 10:42:16 UTC 2012 - scorot@free.fr

View File

@ -2279,7 +2279,7 @@ sed -i 4729s/else/#else/ ./configure
%endif
%configure --with-gmp=system --with-gapdir=$PWD \
--with-gapbindir=$PWD/obj
--with-gapbindir=$PWD/obj --target=%_host
COPTS="$RPM_OPT_FLAGS -O0 -ggdb3";
make config COPTS="$RPM_OPT_FLAGS -O0 -ggdb3";
make %{?_smp_mflags} compile COPTS="$RPM_OPT_FLAGS -O0 -ggdb3";