[Bug 202827] lang/lua53 dynamic extensions not enabled
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 4 18:55:43 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202827
--- Comment #2 from morfin60 at gmail.com ---
I found this changes: line in file lang/lua52/files/patch-src__Makefile
+CFLAGS= -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS)
was replaced with this:
+CFLAGS?= -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS)
so CFLAGS are not assigned if already set and that does not work(all MYCFLAGS
are not used when builduing port) and that means no -DLUA_USE_LINUX passed to
compiler and Lua can't load dynamic extensions
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list