summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-08-08 19:07:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-08-08 19:07:05 +0200
commit79c8f4969ae0dc91108bf805add28afe6bb9a995 (patch)
treed40f712eb33f1ed777129f9cb983bf667b3d7e55
parent6e1991761e43e923d01f7350f5ead317430594d7 (diff)
libptytty: disable utmp/wtmp to fix a musl failure
-rw-r--r--package/libptytty/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libptytty/Makefile b/package/libptytty/Makefile
index cb1126ce1..396e496e1 100644
--- a/package/libptytty/Makefile
+++ b/package/libptytty/Makefile
@@ -21,7 +21,8 @@ $(eval $(call PKG_template,LIBPTYTTY,libptytty,$(PKG_VERSION)-$(PKG_RELEASE),$(P
TARGET_CFLAGS+= -lstdc++
CONFIG_STYLE:= cmake
CMAKE_FLAGS+= -DTTY_GID_SUPPORT_EXITCODE=0 \
- -DTTY_GID_SUPPORT_EXITCODE__TRYRUN_OUTPUT=0
+ -DUTMP_SUPPORT=0 \
+ -DWTMP_SUPPORT=0 \
XAKE_FLAGS+= VERBOSE=1
libptytty-install: