changeset 1126:8a67415c1707

fixes for building package freetds (by Tony Theodore) Stop configure running twice (the first is called by autogen.sh). Use the $(LIBTOOLIZE) replacement.
author Mark Brand <mabrand@mabrand.nl>
date Sat, 11 Sep 2010 15:55:36 +0200
parents ad7001edab2b
children 9be4cacf1993
files src/freetds.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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'