Author: jow Date: 2015-01-11 17:53:52 +0100 (Sun, 11 Jan 2015) New Revision: 43933
Modified: trunk/package/kernel/lantiq/ltq-tapi/Makefile Log: ltq-tapi: fix broken autoconf invocation Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/kernel/lantiq/ltq-tapi/Makefile =================================================================== --- trunk/package/kernel/lantiq/ltq-tapi/Makefile 2015-01-11 16:53:45 UTC (rev 43932) +++ trunk/package/kernel/lantiq/ltq-tapi/Makefile 2015-01-11 16:53:52 UTC (rev 43933) @@ -19,6 +19,7 @@ PKG_USE_MIPS16:=0 PKG_CHECK_FORMAT_SECURITY:=0 +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk @@ -58,11 +59,6 @@ $(call autoconf_bool,CONFIG_VOICE_CPE_TAPI_TRACES,trace) \ $(call autoconf_bool,CONFIG_VOICE_CPE_TAPI_LINUX_HOTPLUG,hotplug) -define Build/Configure - (cd $(PKG_BUILD_DIR); aclocal && autoconf && automake) - $(call Build/Configure/Default) -endef - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/drv_tapi $(CP) --dereference $(PKG_BUILD_DIR)/include/* $(1)/usr/include/drv_tapi _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
