FreeBSD Bugzilla – Attachment 135945 Details for
Bug 181052
[patch] make lang/lua not hang on thread creation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.16 KB, created by
Vitaly Magerya
on 2013-08-05 14:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Vitaly Magerya
Created:
2013-08-05 14:50:00 UTC
Size:
1.16 KB
patch
obsolete
>diff -ruN lua.orig/Makefile lua/Makefile >--- lua.orig/Makefile 2013-04-23 17:20:25.000000000 +0300 >+++ lua/Makefile 2013-08-05 16:02:33.000000000 +0300 >@@ -33,7 +33,7 @@ > MAKE_ARGS= __MAKE_CONF=${NONEXISTENT} > # liblua.so requires libm, so make sure it has an explicit dependency > # so that applications need not second-guess lua's dependencies. >-LDFLAGS+= -lm >+LDFLAGS+= -lm -pthread > > MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1 > DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR} >diff -ruN lua.orig/files/patch-src-Makefile lua/files/patch-src-Makefile >--- lua.orig/files/patch-src-Makefile 2012-07-14 16:54:48.000000000 +0300 >+++ lua/files/patch-src-Makefile 2013-08-05 15:57:29.000000000 +0300 >@@ -1,6 +1,6 @@ >---- Makefile.orig 2008-01-19 17:37:58.000000000 -0200 >-+++ Makefile 2008-08-10 16:00:41.000000000 -0300 >-@@ -9,7 +9,8 @@ >+--- Makefile.orig 2012-02-13 22:41:22.000000000 +0200 >++++ Makefile 2013-08-05 15:56:32.000000000 +0300 >+@@ -9,10 +9,11 @@ > > CC= gcc > CFLAGS= -O2 -Wall $(MYCFLAGS) >@@ -9,7 +9,11 @@ > +AR= ar > RANLIB= ranlib > RM= rm -f >- LIBS= -lm $(MYLIBS) >+-LIBS= -lm $(MYLIBS) >++LIBS= -lm -pthread $(MYLIBS) >+ >+ MYCFLAGS= >+ MYLDFLAGS= > @@ -31,12 +32,13 @@ > > LUA_T= lua
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 181052
: 135945