[gstreamer-bugs] [Bug 634376] Fails to build with introspection
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Nov 9 08:13:31 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=634376
GStreamer | gst-rtsp-server | unspecified
Colin Walters <walters> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |NOTGNOME
--- Comment #1 from Colin Walters <walters at verbum.org> 2010-11-09 16:13:26 UTC ---
# 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
You can't do that anymore, as we depend on rpath to run the uninstalled binary;
I recommend using "chrpath --delete" as from the other example.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list