SHA256
1
0
forked from pool/icu
Ismail Dönmez 2013-01-19 11:46:24 +00:00 committed by Git OBS Bridge
parent 1bef8a6878
commit f214b9ee97

View File

@ -117,7 +117,7 @@ the "%lname" package.
%setup -q -n icu %setup -q -n icu
mkdir html mkdir html
pushd html pushd html
unzip %{S:1} unzip -qq %{S:1}
popd popd
%patch1 -p1 %patch1 -p1
%patch99 -p1 %patch99 -p1
@ -126,9 +126,9 @@ popd
cd source cd source
export CXXFLAGS="%optflags -DICU_DATA_DIR=\\\"/usr/share/icu/%version/\\\"" export CXXFLAGS="%optflags -DICU_DATA_DIR=\\\"/usr/share/icu/%version/\\\""
export CFLAGS="$CXXFLAGS" export CFLAGS="$CXXFLAGS"
%configure --disable-static --with-pic\ %configure --disable-static \
--enable-shared \ --enable-shared \
--without-samples --disable-samples
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install