projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options...
[openwrt.git]
/
package
/
gdb
/
Makefile
diff --git
a/package/gdb/Makefile
b/package/gdb/Makefile
index
671340d
..
e3cd686
100644
(file)
--- a/
package/gdb/Makefile
+++ b/
package/gdb/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=gdb
PKG_VERSION:=6.8
PKG_NAME:=gdb
PKG_VERSION:=6.8
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
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
@@
-29,7
+29,7
@@
endef
define Package/gdb
$(call Package/gdb/Default)
TITLE:=GNU Debugger
define Package/gdb
$(call Package/gdb/Default)
TITLE:=GNU Debugger
- DEPENDS+=+libreadline +libncurses
+ DEPENDS+=+libreadline +libncurses
+PACKAGE_libexpat:libexpat
endef
define Package/gdb/description
endef
define Package/gdb/description
@@
-51,6
+51,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-libexpat-prefix \
--disable-werror
CONFIGURE_VARS+= \
--disable-werror
CONFIGURE_VARS+= \
This page took
0.019976 seconds
and
4
git commands to generate.