drop rpath stuff

This commit is contained in:
Peter Robinson 2011-01-07 17:17:06 +00:00
parent f31f2ced2c
commit 126b9eac4c

View File

@ -60,10 +60,6 @@ Files for vala development with %{name}.
%build
%configure --disable-static
# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
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
make %{?_smp_mflags} V=1
%install