Changeset: eb5e0707abc2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eb5e0707abc2
Modified Files:
debian/fix-deb.sh
Branch: Mar2018
Log Message:
Patch to get this compiled on Ubuntu Trusty.
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
@@ -62,4 +62,8 @@ wheezy)
sed -i '/pyintegration=yes/s/yes/no/' debian/rules
rm debian/monetdb-python2.install
;;
+trusty)
+ # the trusty linker produces unresolved references to openSSL functions
+ sed -i '/openssl_LIBS/s/WIN32\?//' clients/mapilib/Makefile.ag
+ ;;
esac
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list