null+****@clear*****
null+****@clear*****
2012年 3月 30日 (金) 18:41:35 JST
IWAI, Masaharu 2012-03-30 18:41:35 +0900 (Fri, 30 Mar 2012)
New Revision: dd47b15ebcaf4d6bea93d39aff2093267fcfa3dc
Merged 7a25632: Merge pull request #10 from iwaim/master
Log:
rpm: linked lzo lzo-devel package is required in spec files. But generated package isn't linked lzo. I add '--with-lzo' to configure option.
Modified files:
packages/rpm/centos/groonga.spec.in
packages/rpm/fedora/groonga.spec.in
Modified: packages/rpm/centos/groonga.spec.in (+3 -0)
===================================================================
--- packages/rpm/centos/groonga.spec.in 2012-03-30 18:28:46 +0900 (54bbd21)
+++ packages/rpm/centos/groonga.spec.in 2012-03-30 18:41:35 +0900 (7bc777a)
@@ -119,6 +119,9 @@ Munin plugins for groonga
--disable-static \
--with-package-platform=redhat \
--with-zlib \
+%if %{use_lzo}
+ --with-lzo \
+%endif
--with-munin-plugins
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
Modified: packages/rpm/fedora/groonga.spec.in (+1 -1)
===================================================================
--- packages/rpm/fedora/groonga.spec.in 2012-03-30 18:28:46 +0900 (d9b33a8)
+++ packages/rpm/fedora/groonga.spec.in 2012-03-30 18:41:35 +0900 (7a4bee3)
@@ -133,7 +133,7 @@ PHP language binding for groonga
%configure \
--disable-static \
--with-package-platform=fedora \
- --with-zlib \
+ --with-zlib --with-lzo \
--with-munin-plugins
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool