summaryrefslogtreecommitdiff
path: root/net/samba4/patches
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2022-03-24 10:16:13 +0000
committerhauke <hauke@pkgsrc.org>2022-03-24 10:16:13 +0000
commit19159527526ecda651db7fe7423bf5ad56b1d904 (patch)
treea5e0bbbe85113144390ee3cbc54fd02fb1fe6b25 /net/samba4/patches
parentef577282f797407358dff63ea214b9a576f9a985 (diff)
downloadpkgsrc-19159527526ecda651db7fe7423bf5ad56b1d904.tar.gz
Restore a SYSCONFDIR path substitution that had gone lost, probably as
a result of running mkpatches after 'make configure'.
Diffstat (limited to 'net/samba4/patches')
-rw-r--r--net/samba4/patches/patch-source4_heimdal__build_roken.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba4/patches/patch-source4_heimdal__build_roken.h b/net/samba4/patches/patch-source4_heimdal__build_roken.h
index 465fdfe9a36..ad63a1ac387 100644
--- a/net/samba4/patches/patch-source4_heimdal__build_roken.h
+++ b/net/samba4/patches/patch-source4_heimdal__build_roken.h
@@ -1,4 +1,4 @@
-$NetBSD: patch-source4_heimdal__build_roken.h,v 1.3 2022/03/07 21:40:38 thor Exp $
+$NetBSD: patch-source4_heimdal__build_roken.h,v 1.4 2022/03/24 10:16:13 hauke Exp $
Substitute SYSCONFDIR in embedded Heimdal too.
@@ -9,7 +9,7 @@ Substitute SYSCONFDIR in embedded Heimdal too.
/* path to sysconf - should we force this to samba LIBDIR ? */
-#define SYSCONFDIR "/etc"
-+#define SYSCONFDIR "/data/pkg/etc"
++#define SYSCONFDIR "@PKG_SYSCONFBASE@"
#define rk_PATH_DELIM '/'