Просмотр исходного кода

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

Christoph Schug 18 лет назад
Родитель
Сommit
fc65b2fbdc
1 измененных файлов с 3 добавлено и 3 удалено
  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 \