mlmmj: fix cross-compilation

This commit is contained in:
Nikolay Korotkiy 2022-06-18 11:09:00 +03:00
parent 3ae0e9c86e
commit e7b692ce87
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -10,6 +10,12 @@ stdenv.mkDerivation rec {
sha256 = "1sghqvwizvm1a9w56r34qy5njaq1c26bagj85r60h32gh3fx02bn";
};
configureFlags = lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
# AC_FUNC_MALLOC is broken on cross builds.
"ac_cv_func_malloc_0_nonnull=yes"
"ac_cv_func_realloc_0_nonnull=yes"
];
# Workaround build failure on -fno-common toolchains like upstream
# gcc-10. Otherwise build fails as:
# ld: getlistdelim.o:/build/mlmmj-1.3.0/src/../include/mlmmj.h:84: multiple definition of