summaryrefslogtreecommitdiffstats
path: root/package/devel
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-05-24 19:15:54 +0000
committerNicolas Thill <nico@openwrt.org>2015-05-24 19:15:54 +0000
commit47e0c2815381ba397103e045a63b2092119a1038 (patch)
tree0002c6ffae79963b7b127c98e8a0cb2007a2574a /package/devel
parentfa8cea1e335f8322a03a588b967c7b91603e7f22 (diff)
downloadmaster-31e0f0ae-47e0c2815381ba397103e045a63b2092119a1038.tar.gz
master-31e0f0ae-47e0c2815381ba397103e045a63b2092119a1038.tar.bz2
master-31e0f0ae-47e0c2815381ba397103e045a63b2092119a1038.zip
gdb: disable liblzma explictly
* fix build failure when gdb is build after liblzma * bump release number Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45745
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/gdb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile
index 1611efe564..7d053a9566 100644
--- a/package/devel/gdb/Makefile
+++ b/package/devel/gdb/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2012 OpenWrt.org
+# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gdb
PKG_VERSION:=7.8
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/gdb
@@ -54,6 +54,7 @@ endef
CONFIGURE_ARGS+= \
--with-system-readline \
--without-expat \
+ --without-lzma \
--disable-werror
CONFIGURE_VARS+= \