[Libreoffice-commits] .: connectivity/source

Lionel Elie Mamane lmamane at kemper.freedesktop.org
Mon Dec 5 20:31:42 PST 2011


 connectivity/source/drivers/postgresql/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e53cf6c27fa1395983679ca2e81ead7f6fdb6e5d
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Tue Dec 6 05:30:43 2011 +0100

    pgsql-sdbc: do not use -s option to sed; GNU extension, breaks MacOS build

diff --git a/connectivity/source/drivers/postgresql/makefile.mk b/connectivity/source/drivers/postgresql/makefile.mk
index aa168b0..ac19cd9 100644
--- a/connectivity/source/drivers/postgresql/makefile.mk
+++ b/connectivity/source/drivers/postgresql/makefile.mk
@@ -211,7 +211,7 @@ $(DLLDEST)$/META-INF$/manifest.xml : manifest.xml
     +cp $? $@
 
 $(DLLDEST)$/description.xml : description.xml
-    +sed -s -e 's/@EXTENSION_VERSION@/$(PQ_SDBC_VERSION)/' < $? > $@
+    +sed -e 's/@EXTENSION_VERSION@/$(PQ_SDBC_VERSION)/' < $? > $@
 
 $(DLLDEST)$/postgresql.xcu : postgresql.xcu
     rm -f $@


More information about the Libreoffice-commits mailing list