392934d98e
Problem reported and tests from giovann@ and Jean Gerard (jg at rilk.com). finally OK giovanni@ same applies to the just updated SOPE, where I hit the go button just too fast ;)
13 lines
959 B
Plaintext
13 lines
959 B
Plaintext
$OpenBSD: patch-Tests_Unit_GNUmakefile,v 1.1 2012/10/30 15:09:53 sebastia Exp $
|
|
--- Tests/Unit/GNUmakefile.orig Fri Oct 26 12:11:45 2012
|
|
+++ Tests/Unit/GNUmakefile Fri Oct 26 12:11:55 2012
|
|
@@ -33,7 +33,7 @@ $(TEST_TOOL)_CPPFLAGS += \
|
|
-Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/
|
|
|
|
ADDITIONAL_LIB_DIRS += \
|
|
- -L../../SoObjects/SOGo/SOGo.framework/Versions/Current -L../../SOPE/NGCards/obj -L../../SOPE/GDLContentStore/obj -lSOGo -lNGMime -lNGCards -lGDLContentStore -lNGExtensions -lSBJson -lobjc \
|
|
+ -L../../SoObjects/SOGo/SOGo.framework/Versions/Current -L../../SOPE/NGCards/obj -L../../SOPE/GDLContentStore/obj -lSOGo -lNGMime -lNGCards -lGDLContentStore -lNGExtensions -lSBJson \
|
|
-L/usr/local/lib -lSaxObjC \
|
|
-Wl,-rpath,../../SoObjects/SOGo/SOGo.framework/Versions/Current -Wl,-rpath,../../SOPE/NGCards/obj -Wl,-rpath,../../SOPE/GDLContentStore/obj -Wl,-rpath,../../OGoContentStore/obj
|
|
ADDITIONAL_LDFLAGS += -Wl,--no-as-needed
|