[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 08:50:05 -0300
> 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.
But the make line above works fine, right?