diff options
Diffstat (limited to 'repo/core/readline.xibuild')
-rw-r--r-- | repo/core/readline.xibuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/core/readline.xibuild b/repo/core/readline.xibuild index 844b109..b2797f8 100644 --- a/repo/core/readline.xibuild +++ b/repo/core/readline.xibuild @@ -7,6 +7,9 @@ DESC="a set of libraries that offer command line editing and history capabilitie build () { + sed -i '/MV.*old/d' Makefile.in + sed -i '/{OLDSUFF}/c:' support/shlib-install + ./configure --prefix=/usr \ --disable-static \ --with-curses \ |