[hackers] [utmp] build: Make build POSIX compatible || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Mon, 12 May 2025 22:57:41 +0200 (CEST)

commit c9c433b4e6e2549c0615160e9d11f3d50aed4125
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.net>
AuthorDate: Mon May 12 22:55:11 2025 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.net>
CommitDate: Mon May 12 22:55:11 2025 +0200

    build: Make build POSIX compatible

diff --git a/config.bsd b/config.bsd
index bb65308..68adf8d 100644
--- a/config.bsd
+++ b/config.bsd
_AT_@ -7,8 +7,8 @@ PREFIX = /usr/local
 MANPREFIX = ${PREFIX}/share/man
 
 # flags
-CPPFLAGS += -DVERSION=\"${VERSION}\" -D_XOPEN_SOURCE=600
-LDLIBS += -lutil
+CPPFLAGS = -DVERSION=\"${VERSION}\" -D_XOPEN_SOURCE=600
+LDLIBS = -lutil
 
 # Objects
 
diff --git a/config.posix b/config.posix
index e9b3e68..3faf1d1 100644
--- a/config.posix
+++ b/config.posix
_AT_@ -7,7 +7,7 @@ PREFIX = /usr/local
 MANPREFIX = ${PREFIX}/share/man
 
 # flags
-CPPFLAGS += -D_XOPEN_SOURCE=600 -DVERSION=\"${VERSION}\"
+CPPFLAGS = -D_XOPEN_SOURCE=600 -DVERSION=\"${VERSION}\"
 
 # Objects
 
Received on Mon May 12 2025 - 22:57:41 CEST

This archive was generated by hypermail 2.3.0 : Mon May 12 2025 - 23:00:39 CEST