Skip to content

Commit 0135f97

Browse files
committed
gdb: use readline from Hashstack
1 parent ef2671c commit 0135f97

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkgs/gdb.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extends: [autotools_package]
22

33
dependencies:
4-
build: [python, expat, xz, ncurses, libiconv, zlib, {{build_with}}]
4+
build: [python, expat, xz, ncurses, libiconv, zlib, readline, {{build_with}}]
55

66
sources:
77
- key: tar.bz2:bw6veycan4nqy4h46at4msefe75n3ygn
@@ -14,6 +14,7 @@ defaults:
1414
build_stages:
1515
- name: configure
1616
global_flags: true
17+
extra: ['--with-system-readline']
1718

1819
- name: fail_on_osx
1920
before: prologue

0 commit comments

Comments
 (0)