From 5f811e1a4e4e6b5e89cd616ddbc0b37ff3e0635a Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 14 Oct 2014 10:43:52 -0400 Subject: [PATCH] Added rpath for integration tests --- Tests/Integration/GNUmakefile.preamble | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Tests/Integration/GNUmakefile.preamble b/Tests/Integration/GNUmakefile.preamble index 3173c8993..8515573d3 100644 --- a/Tests/Integration/GNUmakefile.preamble +++ b/Tests/Integration/GNUmakefile.preamble @@ -12,7 +12,6 @@ ADDITIONAL_INCLUDE_DIRS += \ ADDITIONAL_LIB_DIRS += \ -L../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -lSOGo \ -L../../SOPE/GDLContentStore/$(GNUSTEP_OBJ_DIR)/ -lGDLContentStore \ - -L../../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ -lNGCards \ - -L/usr/local/lib/sogo -L/usr/lib/sogo -L/usr/lib64/sogo -lEOControl -lNGStreams -lNGMime -lNGExtensions + -L../../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ -lNGCards -ADDITIONAL_LDFLAGS += -Wl,--no-as-needed +ADDITIONAL_LDFLAGS += -Wl,--no-as-needed -Wl,--rpath,$(GNUSTEP_SYSTEM_LIBRARIES)/sogo