]> err.no Git - scalable-opengroupware.org/commitdiff
*BSD fixes
authormaxime <maxime@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 19 Dec 2005 00:52:46 +0000 (00:52 +0000)
committermaxime <maxime@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 19 Dec 2005 00:52:46 +0000 (00:52 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@989 d1b88da0-ebda-0310-925b-ed51d893ca5b

OGoContentStore/ChangeLog
OGoContentStore/GNUmakefile.preamble
OGoContentStore/Version

index 91d18420c13e061a44c6003c844b46508b1cbb3f..31cae545411b76c163f276bf446c6a968620babb 100644 (file)
@@ -1,3 +1,9 @@
+2005-12-19  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * 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  <helge.hess@skyrix.com>
 
        * added FHS installation (v0.9.32)
index 15fd604e27228cd58c2ee5c64535cdad5f0b602b..354dafbed9bb5754f8219606866a84866d65595d 100644 (file)
@@ -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
index 7481ab61d05614283d6ee3dcb64bc4e0e78981ce..0d15a8243df300d7afc2c059454edc2291adb9ae 100644 (file)
@@ -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