Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 90e8681d6a6dc36d310167f51530d195 > files > 2

xmms2-0.9.3-1.mga9.src.rpm

--- xmms2-0.9.1/src/plugins/sid/wscript	2022-05-02 20:34:27.000000000 +0200
+++ xmms2-0.9.1/src/plugins/sid/wscript.no-rpath	2022-06-08 22:32:54.233995186 +0200
@@ -23,7 +23,6 @@ def plugin_configure(conf):
     # since we explcitly set the path to builders for resid it will
     # find resid in the list even though we still need to -rpath it.
     if not realpath(builders) in [realpath(i) for i in conf.env.LIBPATH_sidplay]:
-        conf.env.LINKFLAGS_resid = ["-Wl,-rpath=%s" % builders]
         conf.env.LIBPATH_resid = [builders]
 
     conf.check_cxx(lib="resid-builder", header_name="sidplay/builders/resid.h",