maria-discuss team mailing list archive
-
maria-discuss team
-
Mailing list archive
-
Message #01821
Re: Excluding plugins when building MariaDB 10.1
Kolbe Kegel <kolbe@xxxxxxxxxx> writes:
> cmake ../server/ -DBUILD_CONFIG=mysql_release -DWITH_SSL=system -DCMAKE_CXX_FLAGS:STRING='-stdlib=libstdc++' -DPLUGIN_TOKUDB=NO -DPLUGIN_OQGRAPH=NO -DWITH_EMBEDDED_SERVER:BOOL=OFF -DWITH_WSREP=OFF
>
> The build is failing on tokudb code even though I am trying to avoid building the TokuDB plugin. What gives?
I'm using -DWITHOUT_OQGRAPH=1 -DWITHOUT_TOKUDB=1, that seems to work.
- Kristian.
References