fix ruby sitedir name

This commit is contained in:
Joe Orton 2012-02-28 13:34:48 +00:00
parent 7dacfa74b3
commit 4d30986a91
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ sed -i 's/-fpie/-fPIE/' Makefile.in
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS"
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
--with-swig --with-neon=%{_prefix} \
--with-ruby-sitedir=%{ruby_vendorarch} \
--with-ruby-sitedir=%{ruby_vendorarchdir} \
--with-apxs=%{_sbindir}/apxs --disable-mod-activation \
--disable-static --with-sasl=%{_prefix} \
--disable-neon-version-check \