diff options
author | Steven Barth <steven@midlink.org> | 2014-06-15 11:23:52 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-06-15 11:23:52 +0200 |
commit | 4cb5e37876ca5a37e3392b9470f7c63a12783012 (patch) | |
tree | 45bfbcedced170e61dd26def25271649d8369ef0 /utils/hamlib | |
parent | 9322b39614f11496b9e925c644bdb16274a7443a (diff) |
hamlib: disable RPC backends to fix some more build breakages
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'utils/hamlib')
-rw-r--r-- | utils/hamlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/hamlib/Makefile b/utils/hamlib/Makefile index f43566386..dec78f643 100644 --- a/utils/hamlib/Makefile +++ b/utils/hamlib/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hamlib PKG_VERSION:=1.2.15.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MD5SUM:=3cad8987e995a00e5e9d360e2be0eb43 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -295,6 +295,7 @@ endef CONFIGURE_ARGS+= \ --without-cxx-binding \ --without-winradio \ + --without-rpc-backends \ --with-pic \ define Package/hamlib/install |