mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 15:21:08 +02:00
[package] gdb: fix build failure with arm targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18865 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c449f37809
commit
765ad2ceb9
@ -42,8 +42,10 @@ define Package/gdbserver/description
|
||||
than the one which is running the program being debugged.
|
||||
endef
|
||||
|
||||
# XXX: add --disable-werror to prevent build failure with arm
|
||||
CONFIGURE_ARGS+= \
|
||||
--with-system-readline
|
||||
--with-system-readline \
|
||||
--disable-werror \
|
||||
|
||||
CONFIGURE_VARS+= \
|
||||
ac_cv_search_tgetent="$(TARGET_LDFLAGS) -lncurses -lreadline"
|
||||
|
Loading…
x
Reference in New Issue
Block a user