From 1f5a37a5e3aa390e21e6380988576563ef28397f Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Wed, 27 Oct 2004 13:38:51 +0000 Subject: [PATCH] pass --libdir to ./configure (x86-64 target needs it) --- GiNaC.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.1