[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [patch] Add OpenBSD convenience platform
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 31 May 2012 07:56:47 -0300
> The attached patch adds a new convenience platform for OpenBSD.
We don't have access to OpenBSD. Can someone else confirm that the
Makefile recipe below works fine on OpenBSD?
openbsd:
$(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ledit -lcurses"
If you don't want to edit src/Makefile, just try
make clean all SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ledit -lcurses"
Thanks.