Commit 13c14eea authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: asdcplib, enable freedist and change Win32 flags

parent 0950f3b4
......@@ -16,9 +16,11 @@ $(TARBALLS)/asdcplib-$(ASDCPLIB_VERSION).tar.gz:
asdcplib: asdcplib-$(ASDCPLIB_VERSION).tar.gz .sum-asdcplib
$(UNPACK)
$(APPLY) $(SRC)/asdcplib/win32-cross-compilation.patch
$(MOVE)
.asdcplib: asdcplib
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-freedist
cd $< && $(MAKE) install
touch $@
--- asdcplib/configure.ac 2014-01-06 20:08:54.000000000 +0100
+++ asdcplib/configure.ac.new 2014-05-16 13:05:45.689691678 +0200
@@ -49,6 +49,9 @@
AC_CANONICAL_HOST
case $host_os in
openbsd*) openbsd_host=true ;;
+ cygwin* | mingw32*)
+ openbsd_host=false
+ CPPFLAGS="${CPPFLAGS} -DKM_WIN32" ;;
*) openbsd_host=false ;;
esac
AM_CONDITIONAL([OPENBSD_HOST], [test x$openbsd_host = xtrue])
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