[Libreoffice-commits] core.git: external/libgpg-error

Stephan Bergmann sbergman at redhat.com
Thu Mar 8 15:27:16 UTC 2018


 external/libgpg-error/ExternalProject_libgpg-error.mk |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 5a13e78562bdd0871ad5866676a8a50659692af9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Mar 8 14:17:07 2018 +0100

    libgpg-error doesn't need RPATH at all
    
    ...as it doesn't link against any of our libs
    
    Change-Id: Iaf0df9d5dc5eefb976d2041f24b2921cb3e3b1ba
    Reviewed-on: https://gerrit.libreoffice.org/50953
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/external/libgpg-error/ExternalProject_libgpg-error.mk b/external/libgpg-error/ExternalProject_libgpg-error.mk
index 20a4330b3681..1fcd63180e20 100644
--- a/external/libgpg-error/ExternalProject_libgpg-error.mk
+++ b/external/libgpg-error/ExternalProject_libgpg-error.mk
@@ -38,9 +38,6 @@ $(call gb_ExternalProject_get_state_target,libgpg-error,build):
 			--disable-rpath \
 			--disable-languages \
 			--disable-doc \
-			$(if $(filter LINUX,$(OS)), \
-				'LDFLAGS=-Wl$(COMMA)-z$(COMMA)origin \
-					-Wl$(COMMA)-rpath$(COMMA)\$$$$ORIGIN') \
 			CPPFLAGS=" $(SOLARINC)" \
 			$(if $(filter MSC,$(COM)),--force_use_syscfg=true) \
 			$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \


More information about the Libreoffice-commits mailing list