]> git.pld-linux.org Git - packages/lua-expat.git/commitdiff
Force linking with liblua51
authorAria Stewart <aredridel@nbtsc.org>
Sat, 8 Feb 2014 02:59:17 +0000 (19:59 -0700)
committerAria Stewart <aredridel@nbtsc.org>
Sat, 8 Feb 2014 02:59:17 +0000 (19:59 -0700)
lua-expat.spec

index 03433726062afb6dc21c4a7913ff6a3a8fb5e617..d662f1d56693e5299fa397e97aacee1194aface9 100644 (file)
@@ -26,7 +26,7 @@ LuaExpat egy SAX XML elemző az Expat könyvtárra épülve.
        s@CFLAGS = \(.*\)@CFLAGS = -fPIC \1@" config
 
 %build
-%{__make}
+%{__make} LIB_OPTION='-shared -llua51'
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.05077 seconds and 4 git commands to generate.