]> git.pld-linux.org Git - packages/lua51.git/commitdiff
- fix loading binary modules on non-32-bit systems auto/ti/lua51-5_1_3-3
authorŁukasz Krotowski <lkrotowski@pld-linux.org>
Sun, 26 Oct 2008 10:28:10 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lua51.spec -> 1.9

lua51.spec

index ea28f76ea4638c506d9b0bdcb7e439648916a2ad..d1fa93a3248484b0bb18638a1a8953813cb10c79 100644 (file)
@@ -99,6 +99,7 @@ Statycznie skonsolidowany interpreter lua.
 %setup -q -n lua-%{version}
 %patch0 -p1
 sed -r -i 's|(#define LUA_ROOT.*)%{_prefix}/local/|\1%{_prefix}/|g' src/luaconf.h
+sed -r -i 's|(#define LUA_CDIR.*)lib/|\1%{_lib}/|g' src/luaconf.h
 
 %build
 %if %{with luastatic}
This page took 0.069536 seconds and 4 git commands to generate.