[1/2] systemd: Build manpages again

Message ID 20230329141338.2112407-1-stefan.schantl@ipfire.org
State Accepted
Commit e4b39d703b5ce50ab062ae66b642b3318beb0cf8
Headers
Series [1/2] systemd: Build manpages again |

Commit Message

Stefan Schantl March 29, 2023, 2:13 p.m. UTC
  This "optional" feature now has to be enabled.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 systemd/systemd.nm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

diff --git a/systemd/systemd.nm b/systemd/systemd.nm
index a898c6826..2c409694c 100644
--- a/systemd/systemd.nm
+++ b/systemd/systemd.nm
@@ -5,7 +5,7 @@ 
 
 name       = systemd
 version    = 253
-release    = 3
+release    = 4
 
 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
 groups     = System/Base
@@ -78,6 +78,7 @@  build
 		-Dsysvinit-path= \
 		-Dsysvrcnd-path= \
 		-Dzlib=true \
+		-Dman=true \
 		-Dsmack=false \
 		-Dbacklight=false \
 		-Dfirstboot=false \