Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Sep 2015 18:55:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202827] lang/lua53 dynamic extensions not enabled
Message-ID:  <bug-202827-13-pIC2wSCmIU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202827-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202827-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202827

--- Comment #2 from morfin60@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202827-13-pIC2wSCmIU>