From ff9d49be71645c97d7692af67fda8bfacbb6179a Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 8 Oct 2014 10:25:46 -0400 Subject: [PATCH] Dropped rpath since it seems to be ignored on el5 --- Tests/Integration/GNUmakefile.preamble | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tests/Integration/GNUmakefile.preamble b/Tests/Integration/GNUmakefile.preamble index 0da5bbed9..4f707043a 100644 --- a/Tests/Integration/GNUmakefile.preamble +++ b/Tests/Integration/GNUmakefile.preamble @@ -13,7 +13,6 @@ 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 -L/usr/lib -lEOControl -lNGStreams -lNGMime -lNGExtensions \ - -Wl,-rpath,/usr/lib/sogo -Wl,-rpath,/usr/local/lib/sogo + -L/usr/local/lib/sogo -L/usr/lib/sogo -lEOControl -lNGStreams -lNGMime -lNGExtensions ADDITIONAL_LDFLAGS += -Wl,--no-as-needed