diff options
Diffstat (limited to 'ncurses')
-rw-r--r-- | ncurses/ncurses_5.3.oe | 1 | ||||
-rw-r--r-- | ncurses/ncurses_5.4.oe | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ncurses/ncurses_5.3.oe b/ncurses/ncurses_5.3.oe index 45ef19f116..8a5adc14cd 100644 --- a/ncurses/ncurses_5.3.oe +++ b/ncurses/ncurses_5.3.oe @@ -41,6 +41,7 @@ do_configure_prepend () { do_configure () { # override this function to avoid the autoconf/automake/aclocal/autoheader # calls for now + gnu-configize oe_runconf } diff --git a/ncurses/ncurses_5.4.oe b/ncurses/ncurses_5.4.oe index 1bea072f70..2ad49cffa3 100644 --- a/ncurses/ncurses_5.4.oe +++ b/ncurses/ncurses_5.4.oe @@ -34,6 +34,7 @@ do_configure_prepend () { do_configure () { # override this function to avoid the autoconf/automake/aclocal/autoheader # calls for now + gnu-configize oe_runconf } |