OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Jan-2005 14:01:52
Branch: HEAD Handle: 2005011113015100
Modified files:
openpkg-src/binutils binutils.spec
Log:
trick Binutils on no longer insisting on having Lex/Flex at hand
Summary:
Revision Changes Path
1.57 +6 -1 openpkg-src/binutils/binutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/binutils/binutils.spec
============================================================================
$ cvs diff -u -r1.56 -r1.57 binutils.spec
--- openpkg-src/binutils/binutils.spec 7 Jan 2005 17:38:36 -0000
1.56
+++ openpkg-src/binutils/binutils.spec 11 Jan 2005 13:01:51 -0000
1.57
@@ -34,7 +34,7 @@
Group: Utility
License: GPL
Version: 2.15
-Release: 20050107
+Release: 20050111
# list of sources
Source0:
ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
@@ -81,6 +81,11 @@
*-linux* ) CFLAGS="$CFLAGS -DOPENPKG_OS_LINUX" ;;
*-sunos* ) CFLAGS="$CFLAGS -DOPENPKG_OS_SOLARIS" ;;
esac
+ ( echo "#!/bin/sh"
+ echo "touch lex.yy.c"
+ echo "echo 'lex.sh:WARNING: local Lex wrapper unexpectedly called.'
1>&2"
+ ) >lex.sh && chmod a+x lex.sh
+ echo "ac_cv_prog_LEX=`pwd`/lex.sh" >ld/config.cache
INSTALL="%{l_shtool} install -c" \
./configure \
--prefix=%{l_prefix}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]