rpms/autogen/devel autogen.spec,1.10,1.11

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Sun Mar 2 14:58:57 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/autogen/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18919

Modified Files:
	autogen.spec 
Log Message:
Fixed Spec in devel.
 
 Modified Files:
 	autogen.spec 



Index: autogen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/autogen/devel/autogen.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- autogen.spec	28 Feb 2008 02:55:24 -0000	1.10
+++ autogen.spec	2 Mar 2008 14:58:22 -0000	1.11
@@ -73,9 +73,11 @@
 # 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}




More information about the fedora-extras-commits mailing list