From: Rosen Penev Date: Tue, 14 Jul 2020 05:18:33 +0000 (-0700) Subject: Revert "modemmanager: remove unnecessary autoreconf and specifications of glib-mkenum... X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0c200218ec5c02ae3753e819c16a44ac8798e250;p=openwrt-packages.git Revert "modemmanager: remove unnecessary autoreconf and specifications of glib-mkenums and gdbus-codegen" This reverts commit 352ca90243985ce369179c27c4a107d66d62b9bd. --- diff --git a/net/modemmanager/Makefile b/net/modemmanager/Makefile index 44481500c..5bd64bde8 100644 --- a/net/modemmanager/Makefile +++ b/net/modemmanager/Makefile @@ -20,6 +20,7 @@ PKG_MAINTAINER:=Nicholas Smith PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING +PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=glib2/host libxslt/host @@ -75,6 +76,10 @@ define Build/Prepare ( cd "$(PKG_BUILD_DIR)"; \ printf "all:\ninstall:\n" >po/Makefile.in.in; \ ) + $(SED) 's|^\(GLIB_MKENUMS\)=.*|\1=$(STAGING_DIR_HOSTPKG)/bin/glib-mkenums|' \ + $(PKG_BUILD_DIR)/configure.ac + $(SED) 's|^\(GDBUS_CODEGEN\)=.*|\1=$(STAGING_DIR_HOSTPKG)/bin/gdbus-codegen|' \ + $(PKG_BUILD_DIR)/configure.ac endef define Build/InstallDev