diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-09-10 08:24:50 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-10 16:37:34 -0500 |
commit | e5843ee724df94ac8155e75a79f0b8f43e48772d (patch) | |
tree | c8fc0adb568750a6a10c66da9e81784de7e534a8 /desktop/qtwitter/fix_insecure_runpaths.patch | |
parent | ec0890935d5c79dc772d5bc43137a94d192ba16c (diff) | |
download | slackbuilds-e5843ee724df94ac8155e75a79f0b8f43e48772d.tar.gz |
desktop/qtwitter: Add patches from upstream.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/qtwitter/fix_insecure_runpaths.patch')
-rw-r--r-- | desktop/qtwitter/fix_insecure_runpaths.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/qtwitter/fix_insecure_runpaths.patch b/desktop/qtwitter/fix_insecure_runpaths.patch new file mode 100644 index 0000000000..7b4ab7d162 --- /dev/null +++ b/desktop/qtwitter/fix_insecure_runpaths.patch @@ -0,0 +1,10 @@ +--- qtwitter-app/qtwitter-app.pro.orig 2012-08-07 15:30:44.098000989 +0300 ++++ qtwitter-app/qtwitter-app.pro 2012-08-07 15:31:03.446998525 +0300 +@@ -82,7 +82,6 @@ + } + else:unix { + LIBS += -L$${DESTDIR} \ +- -Wl,-rpath,$${DESTDIR} \ + $$TWITTERAPI_LIB + target.path = $${INSTALL_PREFIX}/bin + PLUGINS_DIR = $${INSTALL_PREFIX}/lib$${LIB_SUFFIX}/$${TARGET}/plugins |