Some spec fixes
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=16
This commit is contained in:
parent
1bef8a6878
commit
f214b9ee97
6
icu.spec
6
icu.spec
@ -117,7 +117,7 @@ the "%lname" package.
|
||||
%setup -q -n icu
|
||||
mkdir html
|
||||
pushd html
|
||||
unzip %{S:1}
|
||||
unzip -qq %{S:1}
|
||||
popd
|
||||
%patch1 -p1
|
||||
%patch99 -p1
|
||||
@ -126,9 +126,9 @@ popd
|
||||
cd source
|
||||
export CXXFLAGS="%optflags -DICU_DATA_DIR=\\\"/usr/share/icu/%version/\\\""
|
||||
export CFLAGS="$CXXFLAGS"
|
||||
%configure --disable-static --with-pic\
|
||||
%configure --disable-static \
|
||||
--enable-shared \
|
||||
--without-samples
|
||||
--disable-samples
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user