Changeset: 2f72cb9133d4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2f72cb9133d4
Modified Files:
debian/fix-deb.sh
Branch: default
Log Message:
Merge with Mar2018 branch
diffs (12 lines):
diff --git a/debian/fix-deb.sh b/debian/fix-deb.sh
--- a/debian/fix-deb.sh
+++ b/debian/fix-deb.sh
@@ -65,5 +65,8 @@ wheezy)
trusty)
# the trusty linker produces unresolved references to openSSL functions
sed -i '/openssl_LIBS/s/WIN32?//' clients/mapilib/Makefile.ag
+ lib=$(grep openssl_LIBS clients/mapilib/Makefile.am)
+ lib="${lib%% *}"
+ sed -i "s/\\\$($lib)/\$(openssl_LIBS)/g" clients/mapilib/Makefile.am
clients/mapilib/Makefile.in
;;
esac
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list