mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
lang/lua: workaround dlopen/libthr bug on FreeBSD 12
Submitted by: Russel Haley <russ.haley@gmail.com> Differential Revision: https://reviews.freebsd.org/D18939
This commit is contained in:
parent
44c345f784
commit
17dd58ca60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496471
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= lua
|
||||
DISTVERSION= 5.3.5
|
||||
PORTREVISION=1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://www.lua.org/ftp/
|
||||
PKGNAMESUFFIX= 53
|
||||
@ -102,6 +103,9 @@ READLINE_LIBS= -lreadline
|
||||
# end of option vars
|
||||
|
||||
CFLAGS+= -fPIC
|
||||
# 2019-01-25: -pthread in LIBS is a work around for the following bug:
|
||||
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235211
|
||||
LIBS+= -pthread
|
||||
|
||||
WITHOUT_NO_STRICT_ALIASING=yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user