[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 5.4.0 Makefile patch for FreeBSD
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 16 Mar 2018 07:39:53 -0300
> So far the only modification I've had to make to the original src/Makefile
> is to remove -lreadline
I'm confused. Someone else suggest here recently that the correct make
line for freebsd is
freebsd:
$(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX -DLUA_USE_READLINE
-I/usr/include/edit" SYSLIBS="-Wl,-E -ledit" CC="cc"