summaryrefslogtreecommitdiff
path: root/stlport
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-08-29 11:27:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-29 12:02:26 +0200
commit34ca8dd9adb62c1154f979887a38483d73da978b (patch)
tree86907a50ccfefcd088c6c04e56f08542dfaf0caa /stlport
parentcc9c380b157d03ca10d66c66f4500ddaf5e42f7e (diff)
fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGIN
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: * bulk replacement of "-Wl,-z,origin,-rpath,..." with "-Wl,-z,origin -Wl,rpath,..." * additional hunk for directory/c-sdk/config/FreeBSD.mk in moz/seamonkey-source-1.1.14.patch did not apply and has been dropped Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7
Diffstat (limited to 'stlport')
-rw-r--r--stlport/STLport-4.5.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/stlport/STLport-4.5.patch b/stlport/STLport-4.5.patch
index 0a0027594ad3..dd6b499ee156 100644
--- a/stlport/STLport-4.5.patch
+++ b/stlport/STLport-4.5.patch
@@ -137,7 +137,7 @@
+#
+#
+LINK=ar cr
-+DYN_LINK=${CXX} -Wl,-rpath,'$$ORIGIN' ${PTHREAD_LIBS} -fexceptions -shared -o
++DYN_LINK=${CXX} -Wl,-z,origin -Wl,-rpath,'$$ORIGIN' ${PTHREAD_LIBS} -fexceptions -shared -o
+
+OBJEXT=o
+DYNEXT=so
@@ -449,7 +449,7 @@
+#
+#
+LINK=ar cr
-+DYN_LINK=$(CXX) -Wl,-rpath,'$$ORIGIN' -fexceptions -shared -o
++DYN_LINK=$(CXX) -Wl,-z,origin -Wl,-rpath,'$$ORIGIN' -fexceptions -shared -o
+
+OBJEXT=o
+DYNEXT=so
title='2017-09-18 19:24:31 +0200'>2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski 2017-08-31loplugin:constparams: odk (clang-cl)Stephan Bergmann 2017-03-25Fix typosAndrea Gelmini 2017-01-09New loplugin:externvar: odkStephan Bergmann 2016-12-16-Werror,-Wstrict-prototypes (clang-cl)Stephan Bergmann 2016-10-16clang-cl loplugin: odkStephan Bergmann 2016-05-17odk: add missing modelinesMiklos Vajna 2016-02-24cid#1326844: DP: Use doPrivilegedStephan Bergmann 2016-02-24cid#1326523,1326524: Resource leak on an exceptional pathStephan Bergmann 2016-02-18coverity#1326434 Dereference null return valueCaolán McNamara 2015-11-28-Werror,-Wstring-plus-intStephan Bergmann 2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara 2015-06-09java:use System.arrayCopy to copy arraysNoel Grandin 2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin 2015-03-12odk: PVS-Studio V618 non-const format stringMichael Stahl 2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl 2015-02-19ODK: Fix WError on windows x64 bitDavid Ostrovsky 2015-01-09java: simplify array creationNoel Grandin 2014-12-15java: remove some unused fields and variablesNoel Grandin 2014-11-18java: fix some raw types warningsNoel Grandin 2014-11-18java: make fields final where possibleNoel Grandin 2014-11-17document coverity#706181 Use of untrusted string valueCaolán McNamara 2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin 2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin 2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin 2014-08-16Suppress unchecked warning - this is fineChris Sherlock 2014-08-12java: add @Override annotation to overriding methodsNoel Grandin 2014-08-03odk/unoapploader/win: fix cppcheck errorSimon Danner 2014-06-17-Wstrict-prototypesStephan Bergmann 2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni 2014-04-17remove executable bitAndras Timar 2013-08-29[API CHANGE] Remove obsolete com.sun.star.comp.helper.UnoInfoStephan Bergmann