[lua-rex] PCRE_LIBDIR

Tom Callaway spot at fedoraproject.org
Wed May 15 02:09:20 UTC 2013


commit e9d25ca77cfb04c2bac0e384a3daa2137e538baa
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue May 14 22:08:44 2013 -0400

    PCRE_LIBDIR

 lua-rex.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lua-rex.spec b/lua-rex.spec
index 3543842..ffda771 100644
--- a/lua-rex.spec
+++ b/lua-rex.spec
@@ -40,7 +40,7 @@ cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} .
 %build
 mkdir tree
 for i in pcre posix oniguruma tre gnu; do
-	luarocks --local --tree=./tree build lrexlib-$i-%{version}-1.src.rock CFLAGS="%{optflags} -fPIC" ONIG_LIBDIR=%{_libdir} TRE_LIBDIR=%{_libdir}
+	luarocks --local --tree=./tree build lrexlib-$i-%{version}-1.src.rock CFLAGS="%{optflags} -fPIC" ONIG_LIBDIR=%{_libdir} TRE_LIBDIR=%{_libdir} PCRE_LIBDIR=%{_libdir}
 done
 
 


More information about the scm-commits mailing list