- add flex patch
This commit is contained in:
parent
393dce0f7b
commit
1194453cd8
11
bc-1.06-flex.patch
Normal file
11
bc-1.06-flex.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- bc-1.06/configure.in.flex 2007-02-23 12:12:30.000000000 +0100
|
||||
+++ bc-1.06/configure.in 2007-02-23 12:12:48.000000000 +0100
|
||||
@@ -68,7 +68,7 @@
|
||||
])
|
||||
|
||||
if test "$LEX" = "flex" ; then
|
||||
- LEX="flex -I8"
|
||||
+ LEX="flex -I"
|
||||
else
|
||||
if test "$bcrl" = "y" ; then
|
||||
AC_MSG_WARN(readline works only with flex.)
|
Loading…
Reference in New Issue
Block a user