Fixed Spec in devel.

Modified Files: autogen.spec
This commit is contained in:
Debarshi Ray 2008-03-02 14:58:22 +00:00
parent 28a8ad3eb6
commit 30fa9b960c

View File

@ -73,9 +73,11 @@ export LDFLAGS="-lguile"
# Static libraries are needed to run test-suite.
%configure
# Omit unused direct shared library dependencies.
# Fix Libtool to remove rpaths.
rm -f ./libtool
cp %{_bindir}/libtool .
# Omit unused direct shared library dependencies.
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' ./libtool
make %{?_smp_mflags}