From 484b367b40407b747a3078ab4b67d0c470512d65 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb <wbx@openadk.org> Date: Tue, 5 Mar 2024 09:23:56 +0100 Subject: libptytty: fix compile --- package/libptytty/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/libptytty/Makefile') diff --git a/package/libptytty/Makefile b/package/libptytty/Makefile index 2488e8b40..cb1126ce1 100644 --- a/package/libptytty/Makefile +++ b/package/libptytty/Makefile @@ -18,9 +18,11 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,LIBPTYTTY,libptytty,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS))) +TARGET_CFLAGS+= -lstdc++ CONFIG_STYLE:= cmake CMAKE_FLAGS+= -DTTY_GID_SUPPORT_EXITCODE=0 \ -DTTY_GID_SUPPORT_EXITCODE__TRYRUN_OUTPUT=0 +XAKE_FLAGS+= VERBOSE=1 libptytty-install: $(INSTALL_DIR) $(IDIR_LIBPTYTTY)/usr/lib -- cgit v1.2.3