From 91d7f9a9687b42832f58a6bfd09d340d742530e48ff99938c517ad31f5f87869 Mon Sep 17 00:00:00 2001 From: Corot Sebastien Date: Fri, 31 Aug 2012 21:37:40 +0000 Subject: [PATCH] - add --target to configure for SLE 11 i586 OBS-URL: https://build.opensuse.org/package/show/science/gap?expand=0&rev=5 --- gap.changes | 5 +++++ gap.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gap.changes b/gap.changes index a6136f8..3f88ff5 100644 --- a/gap.changes +++ b/gap.changes @@ -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 diff --git a/gap.spec b/gap.spec index 0bd28a7..d29c726 100644 --- a/gap.spec +++ b/gap.spec @@ -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";