Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 9cb460a

Browse files
committed
build: update CMakeLists.txt following merge
1 parent 57b339a commit 9cb460a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project ( luaposix C )
88
cmake_minimum_required ( VERSION 2.6 )
99
include ( dist.cmake )
1010

11-
set ( FULL_VERSION 5.1.9 )
11+
set ( FULL_VERSION 5.1.11 )
1212

1313
find_library ( CRYPT_LIB crypt )
1414
find_library ( RT_LIB rt )
@@ -18,6 +18,7 @@ add_definitions ( -DVERSION="${FULL_VERSION}" )
1818
if ( APPLE )
1919
# FIXME: LDFLAGS_SHARED=-bundle -undefined dynamic_lookup
2020
# omit rt and crypt?
21+
add_definitions ( -D_POSIX_C_SOURCE )
2122
else ()
2223
# FIXME: Make rt conditional on _XOPEN_REALTIME
2324
add_definitions ( -D_XOPEN_SOURCE=700 )

dist.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
--- This file is part of LuaDist project
22

33
name = "luaposix"
4-
version = "5.1.9"
4+
version = "5.1.11"
55

66
desc = "A POSIX library for Lua."
7-
author = "Natanael Copa, Luiz Henrique de Figueiredo"
7+
author = "Natanael Copa, Luiz Henrique de Figueiredo, Reuben Thomas"
88
url = "http://luaforge.net/projects/luaposix/"
99
license = "Public domain"
1010
maintainer = "Peter Kapec"

0 commit comments

Comments
 (0)