Sfoglia il codice sorgente

hamlib: disable RPC backends to fix some more build breakages

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 anni fa
parent
commit
4cb5e37876
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      utils/hamlib/Makefile

+ 2
- 1
utils/hamlib/Makefile Vedi File

@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
8 8
 
9 9
 PKG_NAME:=hamlib
10 10
 PKG_VERSION:=1.2.15.3
11
-PKG_RELEASE:=2
11
+PKG_RELEASE:=3
12 12
 PKG_MD5SUM:=3cad8987e995a00e5e9d360e2be0eb43
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -295,6 +295,7 @@ endef
295 295
 CONFIGURE_ARGS+= \
296 296
 	--without-cxx-binding \
297 297
 	--without-winradio \
298
+	--without-rpc-backends \
298 299
 	--with-pic \
299 300
 
300 301
 define Package/hamlib/install