Browse Source

Dimitar Zhekov:

fixed bc readline detection


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2478 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Dimitar Zhekov 21 years ago
parent
commit
c15660ba90
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/base/bc/readline-libraries.patch

+ 11
- 0
package/base/bc/readline-libraries.patch

@ -0,0 +1,11 @@
--- ./configure.orig 2004-02-29 14:48:07.000000000 +0200
+++ ./configure 2004-02-29 14:49:33.000000000 +0200
@@ -2166,7 +2166,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lreadline $LIBS"
+LIBS="-lreadline $TERMLIB $LIBS"
cat > conftest.$ac_ext <<EOF
#line 2172 "configure"
#include "confdefs.h"

Loading…
Cancel
Save