Merge pull request #52599 from lopsided98/libpfm-cross

libpfm: use placeholder for PREFIX
This commit is contained in:
Jörg Thalheim 2018-12-21 22:08:18 +01:00 committed by GitHub
commit 0a2efa121d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "0jabhjx77yppr7x38bkfww6n2a480gj62rw0qp7prhdmg19mf766";
};
installFlags = "DESTDIR=\${out} PREFIX= LDCONFIG=true";
makeFlags = [
"PREFIX=${placeholder "out"}"
"LDCONFIG=true"
"ARCH=${stdenv.targetPlatform.uname.processor}"
"SYS=${stdenv.targetPlatform.uname.system}"
];