summaryrefslogtreecommitdiff
path: root/misc/urbit/files/patch-subprojects_libscrypt_meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'misc/urbit/files/patch-subprojects_libscrypt_meson.build')
-rw-r--r--misc/urbit/files/patch-subprojects_libscrypt_meson.build11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/urbit/files/patch-subprojects_libscrypt_meson.build b/misc/urbit/files/patch-subprojects_libscrypt_meson.build
deleted file mode 100644
index 725a4e30e003..000000000000
--- a/misc/urbit/files/patch-subprojects_libscrypt_meson.build
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)