Skip to content

Commit

Permalink
include lpack in all versions, even though 5.3 introduces similar fun…
Browse files Browse the repository at this point in the history
…ctionality
  • Loading branch information
shmul committed Jan 21, 2016
1 parent c727c50 commit e837b4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "Lightningmdb"
version = "0.9.17.1-2"
version = "0.9.17.2-1"
source = {
dir = "lightningmdb-0.9.17.1-2",
url = "https://github.com/shmul/lightningmdb/archive/0.9.17.1-2.zip"
dir = "lightningmdb-"..version,
url = "https://github.com/shmul/lightningmdb/archive/"..version..".zip"
}
description = {
summary = "A thin wrapper around OpenLDAP Lightning Memory-Mapped Database (LMDB).",
Expand Down
2 changes: 0 additions & 2 deletions lightningmdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ int lua_type_error(lua_State *L,int narg,const char *tname) {
#define luaL_reg luaL_Reg
#endif

#if LUA_VERSION_NUM<=502
#include "lpack.c"
#endif

#define LIGHTNING "lightningmdb"
#define ENV "lightningmdb_env"
Expand Down

0 comments on commit e837b4c

Please sign in to comment.