Browse Source

libptytty: disable utmp/wtmp to fix a musl failure

Waldemar Brodkorb 6 months ago
parent
commit
79c8f4969a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/libptytty/Makefile

+ 2 - 1
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: