From 1980a7d92804e1741f5deb12d6b8aa469d2ffdb6 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 2 Oct 2013 07:49:04 +0000 Subject: [PATCH] Disable rpath hack --- vlc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlc.spec b/vlc.spec index 36e3f12..8a2bc41 100644 --- a/vlc.spec +++ b/vlc.spec @@ -275,7 +275,7 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || : %endif -%if 1 +%if 0 # 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