mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Update the Readline recipe files
* This commit ensures that libreadline is always linked to libncurses
This commit is contained in:
@@ -51,7 +51,7 @@ BUILD()
|
||||
autoconf
|
||||
runConfigure ./configure \
|
||||
--with-curses
|
||||
make $jobArgs
|
||||
make $jobArgs SHLIB_LIBS=-lncurses
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
@@ -51,7 +51,7 @@ BUILD()
|
||||
autoconf
|
||||
runConfigure ./configure \
|
||||
--with-curses
|
||||
make $jobArgs
|
||||
make $jobArgs SHLIB_LIBS=-lncurses
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user