[Open Office] Patch for --with--system-nero

Alberto Escudero Pascual aep at it46.se
Thu Mar 30 03:23:47 EST 2006


Hi Jan et al,

This patch adds the missing -lexpat when building with system nero. It
is necessary while building ucb/source/ucp/webdav

In my build i am applying it in:

[ Defaults ]
# Configure does not fix --with-system-neon
neon-solenv.diff


Alberto
PD. Thanks Caolan +1

--- solenv/inc/libs.mk.orig     2006-03-27 18:05:36.000000000 +0200
+++ solenv/inc/libs.mk  2006-03-27 18:06:00.000000000 +0200
@@ -197,7 +197,11 @@
 .ELSE
 JPEG3RDLIB=-ljpeglib
 .ENDIF
+.IF "$(SYSTEM_NEON)"=="YES"
+NEON3RDLIB=$(NEON_LIBS)
+.ELSE
 NEON3RDLIB=-lneon
+.ENDIF
 .IF "$(SYSTEM_DB)" == "YES"
 BERKELEYLIB=-ldb
 BERKELEYCPPLIB=-ldb_cxx




More information about the Openoffice mailing list