Explorar o código

fix build time option regarding the Innobase storage engine; reported by Alain Spineux on openpkg-users mailing list

Christoph Schug %!s(int64=18) %!d(string=hai) anos
pai
achega
fc65b2fbdc
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      mysql/mysql.spec

+ 3 - 3
mysql/mysql.spec

@@ -39,7 +39,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_opkg}
-Release:      20070712
+Release:      20070817
 
 #   package options
 %option       with_server      yes
@@ -134,9 +134,9 @@ AutoReqProv:  no
         --without-berkeley-db \
 %endif
 %if "%{with_innobase}" == "yes"
-        --with-innobase \
+        --with-innodb \
 %else
-        --without-innobase \
+        --without-innodb \
 %endif
 %if "%{with_archive}" == "yes"
         --with-archive-storage-engine \