[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 5.4.0 Makefile patch for FreeBSD
- From: Andrew Gierth <andrew@...>
- Date: Fri, 16 Mar 2018 11:40:07 +0000
>>>>> "Luiz" == Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> writes:
>> So far the only modification I've had to make to the original
>> src/Makefile is to remove -lreadline
Luiz> I'm confused. Someone else suggest here recently that the correct
Luiz> make line for freebsd is
Luiz> freebsd:
Luiz> $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX -DLUA_USE_READLINE
Luiz> -I/usr/include/edit" SYSLIBS="-Wl,-E -ledit" CC="cc"
Russell's suggested port build is passing in MYCFLAGS and MYLDFLAGS
(incorrectly, should be using MYLIBS) to set the -I/usr/include/edit and
-ledit.
--
Andrew.