From: Christian Bauer Date: Wed, 27 Oct 2004 13:38:51 +0000 (+0000) Subject: pass --libdir to ./configure (x86-64 target needs it) X-Git-Tag: release_1-4-0~208 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=1f5a37a5e3aa390e21e6380988576563ef28397f;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