Skip to content

Commit

Permalink
Fix %c parsing of uname -r, #952
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSin- committed Feb 1, 2023
1 parent 83b4b05 commit 6c2b7df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 10.9-libcxx/stable/main/finkinfo/crypto/nettle7-shlibs.info
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ PatchScript: <<
<<
#
ConfigureParams: <<
("%m" = "arm64") --host=aarch64-apple-darwin`uname -r` \
("%m" = "arm64") --host=aarch64-apple-darwin${UNAME_R} \
--enable-shared \
--disable-openssl
<<
CompileScript: <<
#!/bin/sh -ev
UNAME_R=`uname -r`
%{default_script}
fink-package-precedence --depfile-ext='\.d' .
<<
Expand Down

0 comments on commit 6c2b7df

Please sign in to comment.