diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-11-03 17:55:57 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-11-03 18:03:43 +0000 |
commit | 43cc9e6350f0df54ffda5f462bb6553369f6e496 (patch) | |
tree | a7dee47f917aa12b7b10413db344640c532f1cd3 /misc/urbit/files/patch-subprojects_libscrypt_meson.build | |
parent | x11-wm/enlightenment: drop unused Meson keyword after ce23e82aac23 (diff) |
misc/urbit: drop unused Meson keyword
subprojects/commonmark-legacy/meson.build:30:0: ERROR: Got unknown keyword arguments "version"
subprojects/libscrypt/meson.build:17:0: ERROR: Got unknown keyword arguments "version"
subprojects/ed25519/meson.build:21:0: ERROR: Got unknown keyword arguments "version"
subprojects/murmur3/meson.build:7:0: ERROR: Got unknown keyword arguments "version"
subprojects/softfloat3/meson.build:321:0: ERROR: Got unknown keyword arguments "version"
PR: 259080
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/88a1bed81b7d
Diffstat (limited to 'misc/urbit/files/patch-subprojects_libscrypt_meson.build')
-rw-r--r-- | misc/urbit/files/patch-subprojects_libscrypt_meson.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/urbit/files/patch-subprojects_libscrypt_meson.build b/misc/urbit/files/patch-subprojects_libscrypt_meson.build new file mode 100644 index 000000000000..725a4e30e003 --- /dev/null +++ b/misc/urbit/files/patch-subprojects_libscrypt_meson.build @@ -0,0 +1,11 @@ +--- subprojects/libscrypt/meson.build.orig 2018-05-29 19:32:29 UTC ++++ subprojects/libscrypt/meson.build +@@ -14,7 +14,7 @@ sources = ['crypto_scrypt-check.c', + ] + inc = include_directories('./') + install_headers('libscrypt.h','sha256.h',subdir: 'libscrypt') +-lib = static_library('libscrypt', sources: sources, version: version, ++lib = static_library('libscrypt', sources: sources, + include_directories : inc, + c_args: ['-Wall', '-ffast-math', '-D_FORTIFY_SOURCE=2', '-fstack-protector'], + install: true) |