gpsd: use autogen.sh
authorFlorian Fainelli <florian@openwrt.org>
Mon, 28 Mar 2011 21:22:18 +0000 (21:22 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 28 Mar 2011 21:22:18 +0000 (21:22 +0000)
attach is the patch, fix the compile error:

libtool: Version mismatch error.  This is libtool 2.2.6 Debian-2.2.6a-4, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-4
libtool: and run autoconf again.

patch from Xiangfu Liu

SVN-Revision: 26335

net/gpsd/Makefile

index 12606c93d8314885893e2f02bf0cc65d0baa247c..234af7b930584b9848108c0277a47afe5eb7cf55 100644 (file)
@@ -31,6 +31,8 @@ define Package/gpsd
   URL:=http://gpsd.berlios.de/
 endef
 
+CONFIGURE_CMD =./autogen.sh
+
 CONFIGURE_ARGS += \
         --disable-dbus \
         --disable-tsip \