Lines 33-39
Link Here
|
33 |
MAKE_ARGS= __MAKE_CONF=${NONEXISTENT} |
33 |
MAKE_ARGS= __MAKE_CONF=${NONEXISTENT} |
34 |
# liblua.so requires libm, so make sure it has an explicit dependency |
34 |
# liblua.so requires libm, so make sure it has an explicit dependency |
35 |
# so that applications need not second-guess lua's dependencies. |
35 |
# so that applications need not second-guess lua's dependencies. |
36 |
LDFLAGS+= -lm |
36 |
LDFLAGS+= -lm -pthread |
37 |
|
37 |
|
38 |
MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1 |
38 |
MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1 |
39 |
DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR} |
39 |
DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR} |