rpms/rcssserver/F-10 rcssserver.spec,1.7,1.8

Hedayat Vatankhah hedayat at fedoraproject.org
Thu Apr 16 13:57:51 UTC 2009


Author: hedayat

Update of /cvs/pkgs/rpms/rcssserver/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32430

Modified Files:
	rcssserver.spec 
Log Message:
fixed a compilation fix for libtool


Index: rcssserver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rcssserver/F-10/rcssserver.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rcssserver.spec	7 Apr 2009 14:26:36 -0000	1.7
+++ rcssserver.spec	16 Apr 2009 13:57:20 -0000	1.8
@@ -56,13 +56,19 @@
     -e 's|\$ac_boost_path/lib|\$libdir|' \
     -e 's|$ac_boost_path_tmp/lib|\$libdir|' \
     m4/ax_boost_base.m4
-autoreconf -if
+aclocal -I m4
+automake
+autoconf
+autoheader
+touch config.h.in
 # Fix rpath
 sed -i.rpath -e '/sys_lib_search_path_spec/s| /usr/lib| /lib64 /usr/lib64 /usr/lib|' \
     configure
 
 %build
 %configure
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 #%{?_smp_mflags} doesn't work
 make 




More information about the fedora-extras-commits mailing list