projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] grub: fix build with automake v1.11.3 (#11228)
[openwrt.git]
/
package
/
gdb
/
Makefile
diff --git
a/package/gdb/Makefile
b/package/gdb/Makefile
index
1fa159b
..
879ba3d
100644
(file)
--- a/
package/gdb/Makefile
+++ b/
package/gdb/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2006-201
0
OpenWrt.org
+# Copyright (C) 2006-201
2
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-8,14
+8,15
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=gdb
include $(TOPDIR)/rules.mk
PKG_NAME:=gdb
-PKG_VERSION:=6.8
-PKG_RELEASE:=
2
+PKG_VERSION:=6.8
a
+PKG_RELEASE:=
4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/gdb
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/gdb
-PKG_MD5SUM:=c9da266b884fb8fa54df786dfaadbc7a
+PKG_MD5SUM:=da20d043e6729f74b909bd507bcae5c9
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-6.8
-PKG_BUILD_PARALLEL:=
1
+PKG_BUILD_PARALLEL:=
0
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@
-51,6
+52,7
@@
endef
# XXX: add --disable-werror to prevent build failure with arm
CONFIGURE_ARGS+= \
--with-system-readline \
# XXX: add --disable-werror to prevent build failure with arm
CONFIGURE_ARGS+= \
--with-system-readline \
+ --without-expat \
--disable-werror
CONFIGURE_VARS+= \
--disable-werror
CONFIGURE_VARS+= \
This page took
0.01941 seconds
and
4
git commands to generate.