# HG changeset patch # User Volker Grabsch # Date 1301077990 -3600 # Node ID b5f32ee6dda0a80177a528b42d4b5deba97b3250 # Parent 79cd458d80d867cc434194ef45f716f84c857efe fix broken gnutls detection in package freetds diff -r 79cd458d80d8 -r b5f32ee6dda0 src/freetds.mk --- a/src/freetds.mk Fri Mar 25 18:55:39 2011 +0100 +++ b/src/freetds.mk Fri Mar 25 19:33:10 2011 +0100 @@ -27,7 +27,6 @@ # 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 @@ --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