mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 17:10:48 +00:00
mariadb: change directory installing pam
This commit is contained in:
parent
feaac81f01
commit
2f0396776e
|
@ -72,6 +72,8 @@ common = rec { # attributes common to both builds
|
||||||
"-DINSTALL_SUPPORTFILESDIR=share/doc/mysql"
|
"-DINSTALL_SUPPORTFILESDIR=share/doc/mysql"
|
||||||
"-DINSTALL_MYSQLTESTDIR=OFF"
|
"-DINSTALL_MYSQLTESTDIR=OFF"
|
||||||
"-DINSTALL_SQLBENCHDIR=OFF"
|
"-DINSTALL_SQLBENCHDIR=OFF"
|
||||||
|
"-DINSTALL_PAMDIR=share/pam/lib/security"
|
||||||
|
"-DINSTALL_PAMDATADIR=share/pam/etc/security"
|
||||||
|
|
||||||
"-DWITH_ZLIB=system"
|
"-DWITH_ZLIB=system"
|
||||||
"-DWITH_SSL=system"
|
"-DWITH_SSL=system"
|
||||||
|
|
Loading…
Reference in a new issue