Browse Source

* pass --libdir to ./configure (because it's done so in GiNaC).

master
Richard Kreckel 20 years ago
parent
commit
0f1e4d1769
  1. 2
      cln.spec.in

2
cln.spec.in

@ -33,7 +33,7 @@ the CLN library.
%setup -q %setup -q
%build %build
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS -fno-exceptions" ./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir}
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS -fno-exceptions" ./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} --libdir=%{_libdir}
make make
%install %install

Loading…
Cancel
Save