rpms/freetds/devel freetds.spec,1.19,1.20

Dmitry Butskoy buc at fedoraproject.org
Mon Jan 12 18:11:46 UTC 2009


Author: buc

Update of /cvs/extras/rpms/freetds/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6573

Modified Files:
	freetds.spec 
Log Message:



Index: freetds.spec
===================================================================
RCS file: /cvs/extras/rpms/freetds/devel/freetds.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- freetds.spec	12 Jan 2009 17:46:44 -0000	1.19
+++ freetds.spec	12 Jan 2009 18:11:15 -0000	1.20
@@ -55,9 +55,6 @@
 
 chmod -x samples/*.sh
 
-sed -i -e '/AM_INIT_AUTOMAKE/ i \
-AC_CONFIG_MACRO_DIR([m4])' configure.ac
-
 #  needed after patch0 ...
 autoreconf -f -i
  
@@ -66,16 +63,13 @@
 %configure \
 	--disable-dependency-tracking \
 	%{!?_with_static: --disable-static} \
+	--disable-rpath \
 	--with-tdsver="4.2" \
 	--with-unixodbc="%{_prefix}" \
 	--enable-msdblib \
 	--enable-sybase-compat \
 	--with-gnutls
 
-# avoid any rpath
-sed -i -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
-	-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-
 make %{?_smp_mflags}
 
  




More information about the fedora-extras-commits mailing list