Fix cross compilation for lmbench

This commit is contained in:
Aleix Boné 2025-09-29 15:37:26 +02:00
parent b499123dcb
commit d31670f9e7
No known key found for this signature in database

View File

@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
CFLAGS=-Wno-implicit-int
CPPFLAGS=-I${libtirpc.dev}/include/tirpc
LDFLAGS=-ltirpc
CC=$CC
AR=$AR
)
'';