Merge pull request #268220 from t4ccer/t4/cmospwd-fix-static

cmospwd: Fix static compilation
This commit is contained in:
Nick Cao 2023-11-18 16:55:07 -05:00 committed by GitHub
commit 66b9acf387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-8pbSl5eUsKa3JrgK/JLk0FnGXcJhKksJN3wWiDPYYvQ=";
};
makeFlags = [ "CC:=$(CC)" ];
preConfigure = ''
cd src