mariadb: replace to connector-c
This commit is contained in:
parent
1ca8a7aff6
commit
b69befbfd5
@ -20,15 +20,16 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-gettext=${gettext}"
|
"--with-gettext=${gettext}"
|
||||||
"--with-jpeg=${libjpeg.dev}"
|
"--with-jpeg=${libjpeg.dev}"
|
||||||
"--with-gl=${mesa}"
|
"--with-gl=${mesa}"
|
||||||
"--with-mysql=yes"
|
"--with-mysql=${mysql.connector-c}"
|
||||||
"--with-manpages=yes"
|
"--with-manpages=yes"
|
||||||
];
|
];
|
||||||
|
|
||||||
outputs = [ "out" "devdoc" ];
|
outputs = [ "out" "devdoc" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig libtool gettext ];
|
nativeBuildInputs = [ pkgconfig libtool gettext ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
bsdbuild perl xlibsWrapper libXinerama SDL mesa mysql.client mandoc
|
bsdbuild perl xlibsWrapper libXinerama SDL mesa mysql.connector-c mandoc
|
||||||
freetype.dev libpng libjpeg.dev fontconfig portaudio libsndfile
|
freetype.dev libpng libjpeg.dev fontconfig portaudio libsndfile
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0js79dbvkic30bzw1pf26m64vs2ssw2sbj55w1dc0sy69dlv4fh9";
|
sha256 = "0js79dbvkic30bzw1pf26m64vs2ssw2sbj55w1dc0sy69dlv4fh9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cxxtools postgresql mysql sqlite zlib openssl ];
|
buildInputs = [ cxxtools postgresql mysql.connector-c sqlite zlib openssl ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
@ -21,12 +21,12 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--with-dhcp-pgsql=${postgresql}/bin/pg_config"
|
"--with-dhcp-pgsql=${postgresql}/bin/pg_config"
|
||||||
"--with-dhcp-mysql=${mysql.client.dev}/bin/mysql_config"
|
"--with-dhcp-mysql=${mysql.connector-c}/bin/mysql_config"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
openssl log4cplus boost python3 mysql.client
|
openssl log4cplus boost python3 mysql.connector-c
|
||||||
botan2 gmp bzip2
|
botan2 gmp bzip2
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user