git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
64c0322
)
libqmi: do not use autoreconf
author
Rosen Penev
<redacted>
Thu, 23 Jan 2020 04:04:35 +0000
(20:04 -0800)
committer
Rosen Penev
<redacted>
Thu, 23 Jan 2020 04:06:07 +0000
(20:06 -0800)
Autoreconf picks up host git, which breaks compilation.
Signed-off-by: Rosen Penev <redacted>
libs/libqmi/Makefile
patch
|
blob
|
history
diff --git
a/libs/libqmi/Makefile
b/libs/libqmi/Makefile
index ab6735c78495c94189b68065df8731dde8b060da..7d2413c149473cb1f3604f0f9541b9ae55739f10 100644
(file)
--- a/
libs/libqmi/Makefile
+++ b/
libs/libqmi/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=libqmi
PKG_VERSION:=1.24.4
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.freedesktop.org/software/libqmi
@@
-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
git clone https://git.99rst.org/PROJECT