Author: kwizart
Update of /cvs/free/rpms/libquicktime/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12116
Modified Files:
libquicktime.spec
Log Message:
Fix
Index: libquicktime.spec
===================================================================
RCS file: /cvs/free/rpms/libquicktime/devel/libquicktime.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libquicktime.spec 28 Dec 2008 10:24:52 -0000 1.7
+++ libquicktime.spec 23 Mar 2009 23:31:02 -0000 1.8
@@ -16,7 +16,6 @@
BuildRequires: libavc1394-devel libraw1394-devel >= 0.9.0-12
BuildRequires: gtk2-devel >= 2.4.0
BuildRequires: gettext-devel
-BuildRequires: libtool
%package utils
Summary: Utilities for working with Quicktime files
@@ -54,8 +53,6 @@
%prep
%setup -q
-# regenerate configure to disable rpath
-autoreconf -f -i
# --------------------------------------------------------------------
@@ -75,6 +72,10 @@
--disable-mmx
%endif
+# remove rpath from libtool
+sed -i.rpath
's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g'
libtool
+sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
make %{?_smp_mflags}
# --------------------------------------------------------------------
Show replies by date