From 76431cf6279dea6a86a7f82d49f626a15b9a1672 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Fri, 25 Mar 2011 19:33:10 +0100 Subject: fix broken gnutls detection in package freetds --- src/freetds.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freetds.mk b/src/freetds.mk index 4b4cf5d..77af37f 100644 --- a/src/freetds.mk +++ b/src/freetds.mk @@ -27,7 +27,6 @@ define $(PKG)_BUILD # wine confuses the cross-compiling detection, so set it explicitly $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' - # beware --with-gnutls broken detection cd '$(1)' && ./configure \ --prefix='$(PREFIX)/$(TARGET)' \ --host='$(TARGET)' \ @@ -40,6 +39,7 @@ define $(PKG)_BUILD --enable-sspi \ --disable-threadsafe \ --with-tdsver=7.2 \ - --with-gnutls + --with-gnutls \ + PKG_CONFIG='$(TARGET)-pkg-config' $(MAKE) -C '$(1)' -j '$(JOBS)' install man_MANS= endef -- cgit v0.12