summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2011-12-06 05:30:43 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2011-12-06 05:31:24 +0100
commite53cf6c27fa1395983679ca2e81ead7f6fdb6e5d (patch)
tree8cdace1e8385500859090d73767ead4e6dcd8287 /connectivity
parent431604f9fa603a7acf67985c9e4851f37d9cd580 (diff)
pgsql-sdbc: do not use -s option to sed; GNU extension, breaks MacOS build
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/makefile.mk b/connectivity/source/drivers/postgresql/makefile.mk
index aa168b055de0..ac19cd9e93d6 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 $@