From bfaaf6eb3436cbfca5e8ede5963cd53012eff92a Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 16 Dec 2014 13:17:59 -0500 Subject: [PATCH] Revert back to using GNUSTEP_SYSTEM_LIBRARIES for teststrings --- Tests/Integration/GNUmakefile.preamble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Integration/GNUmakefile.preamble b/Tests/Integration/GNUmakefile.preamble index 95b900b41..68878f481 100644 --- a/Tests/Integration/GNUmakefile.preamble +++ b/Tests/Integration/GNUmakefile.preamble @@ -16,4 +16,4 @@ ADDITIONAL_LIB_DIRS += \ -L/usr/local/lib/sogo -L/usr/lib/sogo -L/usr/lib64/sogo -lEOControl -lNGStreams -lNGMime -lNGExtensions -ADDITIONAL_LDFLAGS += -Wl,--no-as-needed -Wl,--rpath,$(SOGO_SYSLIBDIR)/sogo +ADDITIONAL_LDFLAGS += -Wl,--no-as-needed -Wl,--rpath,$(GNUSTEP_SYSTEM_LIBRARIES)/sogo