Parcourir la source

do not rename API to be more compatible

Ralf S. Engelschall il y a 8 ans
Parent
commit
b0629291d3
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 4 2
      icu/icu.spec

+ 4 - 2
icu/icu.spec

@@ -36,7 +36,7 @@ Class:        PLUS
 Group:        Charset
 License:      IBM Open Source
 Version:      %{V_opkg}
-Release:      20161210
+Release:      20170304
 
 #   list of sources
 Source0:      http://download.icu-project.org/files/icu4c/%{V_opkg}/icu4c-%{V_dist}-src.tgz
@@ -81,7 +81,9 @@ PreReq:       OpenPKG, openpkg >= 20160101
           --with-data-packaging=files \
           --enable-static \
           --disable-shared \
-          --disable-samples
+          --disable-samples \
+          --disable-layoutex \
+          --disable-renaming
       echo 'CPPFLAGS += -DICU_DATA_DIR=\"$(ICUPKGDATA_DIR)\"' >>icudefs.local
       %{l_make} %{l_mflags}
     ) || exit $?