From 35a91bdd725b3433e7e93f8138468aba6af83d4a Mon Sep 17 00:00:00 2001 From: Qian Jianhua Date: Thu, 12 May 2022 20:55:45 +0800 Subject: fakexrandr: remove 'ldconfig' from Makefile (#30632) --- var/spack/repos/builtin/packages/fakexrandr/package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/fakexrandr/package.py b/var/spack/repos/builtin/packages/fakexrandr/package.py index 669e6d6578..b0876ff877 100644 --- a/var/spack/repos/builtin/packages/fakexrandr/package.py +++ b/var/spack/repos/builtin/packages/fakexrandr/package.py @@ -42,8 +42,8 @@ class Fakexrandr(MakefilePackage): # And tool used to generate skeleton filter_file('gcc', spack_cc, 'make_skeleton.py') - if 'platform=darwin' in spec: - makefile.filter('ldconfig', '') + # remove 'ldconfig' on all platforms + makefile.filter('ldconfig', '') # In Makefile, install commands check the target dir. # If it does not exist, process will stop. -- cgit v1.2.3-70-g09d2