PHP & Sablot linking troubles
Hendrik Visage
hvisage at envisage.co.za
Tue Feb 10 12:25:20 GMT 2004
On Tue, Feb 10, 2004 at 12:23:06PM +0200, Hendrik Visage wrote:
> > On Mon, Feb 09, 2004 at 09:34:40AM +0100, Auke Kok wrote:
> > >
> > > I've added a workaround for this in the php build... hopefully this works
> > > now.
> > >
>
> Hmmm... nope, doesn't appear to help, and also have a broken something else:
>
> # lin php
> mod_v = mod= php
> Checking dependencies for php
>
> Building php
> grep: unrecognized option `--enable-xslt'
^^^ Is fixed with this:
23 if echo $OPTS | grep -q -- --enable-xslt ; then
24 LDFLAGS="$LDFLAGS -lstdc++"
25 fi
Note the -- for grep :)
More information about the Lunar
mailing list