From: Christian Bauer Date: Wed, 27 Oct 2004 13:39:24 +0000 (+0000) Subject: pass --libdir to ./configure (x86-64 target needs it) X-Git-Tag: release_1-3-1~29 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=76be56ccffe91935ba45af639430e2b10602ef97;p=ginac.git pass --libdir to ./configure (x86-64 target needs it) --- diff --git a/GiNaC.spec.in b/GiNaC.spec.in index 141868e1..d75082f9 100644 --- a/GiNaC.spec.in +++ b/GiNaC.spec.in @@ -53,7 +53,7 @@ the tool "viewgar" which displays the contents of GiNaC archives. %setup -q %build -CFLAGS=${RPM_OPT_FLAGS} CXXFLAGS=${RPM_OPT_FLAGS} ./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} +CFLAGS=${RPM_OPT_FLAGS} CXXFLAGS=${RPM_OPT_FLAGS} ./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} --libdir=%{_libdir} if [ -x /usr/bin/getconf ] ; then NCPU=$(/usr/bin/getconf _NPROCESSORS_ONLN) if [ $NCPU -eq 0 ] ; then