https://github.com/umurmur/umurmur/releases/tag/0.2.18 (no changelog, 7 minor commits/changes since last release) Diff from Jonathon Sisson (maintainer), thanks Tweaks from me
13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
$OpenBSD: patch-src_config_h_in,v 1.4 2021/01/23 09:22:47 kn Exp $
|
|
Index: src/config.h.in
|
|
--- src/config.h.in.orig
|
|
+++ src/config.h.in
|
|
@@ -8,6 +8,6 @@
|
|
|
|
#cmakedefine USE_SHAREDMEMORY_API
|
|
|
|
-#define DEFAULT_CONFIG "${CMAKE_INSTALL_SYSCONFDIR}/etc/umurmur.conf"
|
|
+#define DEFAULT_CONFIG "${SYSCONFDIR}/umurmur/umurmur.conf"
|
|
|
|
#endif // CONFIG_H
|