solanum: 0-unstable-2026-01-27 -> 0-unstable-2026-02-03

This commit is contained in:
Martin Weinelt
2026-02-09 22:59:37 +01:00
parent 398d714e39
commit 1e1e0a1487
2 changed files with 9 additions and 7 deletions
@@ -1,13 +1,15 @@
diff --git a/Makefile.am b/Makefile.am
index 19e7b396..21093521 100644
index 99444f6c..1804c50a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,9 +35,6 @@ include/serno.h:
@@ -34,11 +34,6 @@ include/serno.h:
echo '#define DATECODE 0UL' >>include/serno.h; \
fi
-install-data-hook:
- test -d ${DESTDIR}${logdir} || mkdir -p ${DESTDIR}${logdir}
- @# needed for FHS paths:
- test -d ${DESTDIR}${pkglocalstatedir} || mkdir -p ${DESTDIR}${pkglocalstatedir}
-
install-exec-hook:
rm -f ${DESTDIR}${libdir}/*.la
+5 -5
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation {
pname = "solanum";
version = "0-unstable-2026-01-27";
version = "0-unstable-2026-02-03";
src = fetchFromGitHub {
owner = "solanum-ircd";
repo = "solanum";
rev = "852bef71f56d206aa224231589849c4c9be81867";
hash = "sha256-hPlWOHplf6mOMmSX5DWY8kw6YNskTE6YYVqEmGsrnxs=";
rev = "9778247c3dca59370b21c4f34f328c52e8b8c669";
hash = "sha256-qeAO4AcrPPUW+5TA20GcLSzTKGC51IrK53K9qtBxnH4=";
};
patches = [
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
];
postPatch = ''
substituteInPlace include/defaults.h --replace 'ETCPATH "' '"/etc/solanum'
substituteInPlace include/defaults.h --replace-fail 'ETCPATH "' '"/etc/solanum'
'';
preConfigure = ''
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
"--enable-ipv6"
"--enable-openssl=${openssl.dev}"
"--with-program-prefix=solanum-"
"--localstatedir=/var/lib"
"--localstatedir=/var"
"--with-rundir=/run"
"--with-logdir=/var/log"
]