Merge pull request #263377 from scvalex/fix-fte

fte: fix build
This commit is contained in:
Peder Bergebakken Sundt 2023-10-27 14:28:46 +02:00 committed by GitHub
commit 3f6fbb1e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
};
src = [ ftesrc ftecommon ];
env.NIX_CFLAGS_COMPILE = "-DHAVE_STRLCAT -DHAVE_STRLCPY";
buildFlags = [ "PREFIX=$(out)" ];
installFlags = [ "PREFIX=$(out)" "INSTALL_NONROOT=1" ];