aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-01-22 20:04:00 -0800
committerRosen Penev <rosenp@gmail.com>2020-01-22 20:06:07 -0800
commit64c032231bf9b7af9c8a1ef0c84334194f202218 (patch)
treed41e8417bcea6feeccb6b6996454bb1149d07db2 /libs
parente64935ea0bf081cffdc074c875323ad618e7b963 (diff)
libmbim: do not use autoreconf
Autoreconf picks up host git, which breaks compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r--libs/libmbim/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/libmbim/Makefile b/libs/libmbim/Makefile
index 787851a18..ac0e9b971 100644
--- a/libs/libmbim/Makefile
+++ b/libs/libmbim/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libmbim
PKG_VERSION:=1.22.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.freedesktop.org/software/libmbim
@@ -20,8 +20,6 @@ PKG_MAINTAINER:=Nicholas Smith <nicholas.smith@telcoantennas.com.au>
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
-PKG_FIXUP:=autoreconf
-
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk