Kaydet (Commit) e53cf6c2 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

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

üst 431604f9
...@@ -211,7 +211,7 @@ $(DLLDEST)$/META-INF$/manifest.xml : manifest.xml ...@@ -211,7 +211,7 @@ $(DLLDEST)$/META-INF$/manifest.xml : manifest.xml
+cp $? $@ +cp $? $@
$(DLLDEST)$/description.xml : description.xml $(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 $(DLLDEST)$/postgresql.xcu : postgresql.xcu
rm -f $@ rm -f $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment