Explorar o código

remove obsolete option (UTF-8 is always present)

Ralf S. Engelschall %!s(int64=18) %!d(string=hai) anos
pai
achega
8fd55d64a4
Modificáronse 1 ficheiros con 1 adicións e 7 borrados
  1. 1 7
      sqlite/sqlite.spec

+ 1 - 7
sqlite/sqlite.spec

@@ -37,10 +37,9 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_sqlite}
-Release:      20070904
+Release:      20070906
 
 #   package options
-%option       with_utf8            no
 %option       with_assert          no
 %option       with_readline        no
 %option       with_threads         no
@@ -124,11 +123,6 @@ AutoReqProv:  no
     GREP="grep" \
     ./configure \
         --prefix=%{l_prefix} \
-%if "%{with_utf8}" == "yes"
-        --enable-utf8 \
-%else
-        --disable-utf8 \
-%endif
 %if "%{with_threads}" == "yes"
         --enable-threadsafe \
 %else