# HG changeset patch # User Mark Brand # Date 1284213336 -7200 # Node ID 8a67415c17071d73ac7abe63dd69424880333fb8 # Parent ad7001edab2b4e35ba506381731444acfca7b77b fixes for building package freetds (by Tony Theodore) Stop configure running twice (the first is called by autogen.sh). Use the $(LIBTOOLIZE) replacement. diff -r ad7001edab2b -r 8a67415c1707 src/freetds.mk --- a/src/freetds.mk Sat Sep 11 14:20:00 2010 +0200 +++ b/src/freetds.mk Sat Sep 11 15:55:36 2010 +0200 @@ -21,8 +21,8 @@ endef define $(PKG)_BUILD - cd '$(1)' && ./autogen.sh - cd '$(1)' && libtoolize + cd '$(1)' && NOCONFIGURE=true ./autogen.sh + cd '$(1)' && $(LIBTOOLIZE) # wine confuses the cross-compiling detection, so set it explicitly $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'