git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3318df9
)
readline link shared library:
author
Holger Freyther
<zecke@selfish.org>
Sat, 22 Jan 2005 16:13:48 +0000
(16:13 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Sat, 22 Jan 2005 16:13:48 +0000
(16:13 +0000)
- When --with-curses was added to configure it forced itself to link -lcurses
without it, it looks for a termcap library and choses ncurses.
With that CSet packaging linking of readline works again.
BKrev: 41f27bbcVGDqpGH8YOaHG-G-kXg1TA
packages/readline/readline_4.3.bb
patch
|
blob
|
history
diff --git
a/packages/readline/readline_4.3.bb
b/packages/readline/readline_4.3.bb
index
c78d0c6
..
c6e6707
100644
(file)
--- a/
packages/readline/readline_4.3.bb
+++ b/
packages/readline/readline_4.3.bb
@@
-18,8
+18,6
@@
S = "${WORKDIR}/readline-${PV}"
inherit autotools
-EXTRA_OECONF += "--with-curses"
-
do_configure () {
install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/
autotools_do_configure