From 7f49dcb2fa0507d98741c3eeaa276f772de49886 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 2 Oct 2014 13:10:54 -0400 Subject: [PATCH] Avoid using SOGO_SYSLIBDIR when testing since it's undefined --- 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 22c9c3c58..0da5bbed9 100644 --- a/Tests/Integration/GNUmakefile.preamble +++ b/Tests/Integration/GNUmakefile.preamble @@ -14,6 +14,6 @@ ADDITIONAL_LIB_DIRS += \ -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,$(SOGO_SYSLIBDIR)/sogo + -Wl,-rpath,/usr/lib/sogo -Wl,-rpath,/usr/local/lib/sogo ADDITIONAL_LDFLAGS += -Wl,--no-as-needed