lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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.