]> git.pld-linux.org Git - packages/prosody.git/commitdiff
Use lua51
authorAria Stewart <aredridel@nbtsc.org>
Sun, 9 Feb 2014 04:16:13 +0000 (21:16 -0700)
committerAria Stewart <aredridel@nbtsc.org>
Sun, 9 Feb 2014 04:16:13 +0000 (21:16 -0700)
prosody.spec

index beb0166a5b4a9b4fa41dc8318cb9d3eb88981783..219dfd0823137a043dafe9f05b42afba739f31e9 100644 (file)
@@ -46,7 +46,8 @@ sed -i -e 's|\r||g' doc/stanza.txt doc/session.txt doc/roster_format.txt
 ./configure \
   --with-lua-include=%{_includedir}/lua51 \
   --lua-suffix=51 \
-  --prefix=%{_prefix}
+  --prefix=%{_prefix} \
+  --runwith=lua51
 %{__make} \
        CC=%{__cc} \
        CFLAGS="%{rpmcflags} -fPIC"
This page took 0.085827 seconds and 4 git commands to generate.