diff options
author | davidovski <david@davidovski.xyz> | 2022-02-17 02:16:33 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-17 02:16:33 +0000 |
commit | c9b833f536d37ba40242b9cb59e202542cd9c947 (patch) | |
tree | f4b82440ff3151108de222a75df046fe3f64bfaa /repo/system/lua.xibuild | |
parent | 87c4beedf70bed69f5f4cd9664d9f476959c5139 (diff) |
fixed lua and liblinear
Diffstat (limited to 'repo/system/lua.xibuild')
-rw-r--r-- | repo/system/lua.xibuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/repo/system/lua.xibuild b/repo/system/lua.xibuild index f231481..6c035e0 100644 --- a/repo/system/lua.xibuild +++ b/repo/system/lua.xibuild @@ -34,6 +34,8 @@ Libs: -L${libdir} -llua -lm -ldl Cflags: -I${includedir} EOF +patch -Np1 -i lua-$PKG_VER-shared_library-1.patch + } build () { |