Author: jow Date: 2015-01-11 17:53:34 +0100 (Sun, 11 Jan 2015) New Revision: 43931
Modified: trunk/package/kernel/lantiq/ltq-adsl/Makefile Log: ltq-adsl: fix broken autoconf invocation Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/kernel/lantiq/ltq-adsl/Makefile =================================================================== --- trunk/package/kernel/lantiq/ltq-adsl/Makefile 2015-01-11 16:14:23 UTC (rev 43930) +++ trunk/package/kernel/lantiq/ltq-adsl/Makefile 2015-01-11 16:53:34 UTC (rev 43931) @@ -19,6 +19,7 @@ PKG_USE_MIPS16:=0 PKG_CHECK_FORMAT_SECURITY:=0 +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk @@ -84,11 +85,6 @@ EXTRA_CFLAGS = -fno-pic -mno-abicalls -mlong-calls -G 0 -define Build/Configure - (cd $(PKG_BUILD_DIR); aclocal && autoconf && automake) - $(call Build/Configure/Default) -endef - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/adsl $(CP) $(PKG_BUILD_DIR)/src/include/drv_dsl_cpe_*.h $(1)/usr/include/adsl/ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
