From: maxime Date: Mon, 19 Dec 2005 00:52:46 +0000 (+0000) Subject: *BSD fixes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08d19b2440704359a14b0d233df1d10282a1e92e;p=scalable-opengroupware.org *BSD fixes git-svn-id: http://svn.opengroupware.org/SOGo/trunk@989 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/OGoContentStore/ChangeLog b/OGoContentStore/ChangeLog index 91d18420..31cae545 100644 --- a/OGoContentStore/ChangeLog +++ b/OGoContentStore/ChangeLog @@ -1,3 +1,9 @@ +2005-12-19 Marcus Mueller + + * GNUMakefile.preamble: provide all necessary library dependencies + for certain broken linkers - this won't harm platforms sporting + more capable linkers (v0.9.33) + 2005-08-01 Helge Hess * added FHS installation (v0.9.32) diff --git a/OGoContentStore/GNUmakefile.preamble b/OGoContentStore/GNUmakefile.preamble index 15fd604e..354dafbe 100644 --- a/OGoContentStore/GNUmakefile.preamble +++ b/OGoContentStore/GNUmakefile.preamble @@ -20,5 +20,11 @@ libOGoContentStore_LDFLAGS += -seg1addr $(libOGoContentStore_PREBIND_ADDR) endif test_quick_extract_TOOL_LIBS += \ - -lNGExtensions \ + -lEOControl \ + -lSaxObjC \ + -lDOM \ + -lNGExtensions \ + -lNGiCal \ + -lGDLContentStore \ + -lGDLAccess \ -lOGoContentStore diff --git a/OGoContentStore/Version b/OGoContentStore/Version index 7481ab61..0d15a824 100644 --- a/OGoContentStore/Version +++ b/OGoContentStore/Version @@ -2,7 +2,7 @@ MAJOR_VERSION=0 MINOR_VERSION=9 -SUBMINOR_VERSION:=32 +SUBMINOR_VERSION:=33 # v0.9.30 requires libNGiCal v4.5.48 # v0.9.26 requires libGDLContentStore v4.5.26