diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-09 01:09:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-09 01:09:20 +0200 |
commit | 7626af0b8aeb6ec098c772b5400141b12b36e91a (patch) | |
tree | 40cda1e3d4833c566a6d7fda7a559d357ad242f4 /package/audit/Makefile | |
parent | 496ad14c2b8e2deab8c561d191c7d4563d2aeec0 (diff) |
drop support for non-Linux hosts
Diffstat (limited to 'package/audit/Makefile')
-rw-r--r-- | package/audit/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/audit/Makefile b/package/audit/Makefile index 8f6eea1a0..105f30884 100644 --- a/package/audit/Makefile +++ b/package/audit/Makefile @@ -19,10 +19,6 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,AUDIT,audit,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS))) -ifeq ($(OS_FOR_BUILD),Darwin) -HOST_CFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include -endif - CONFIGURE_ARGS+= --without-python \ --without-python3 \ --without-libcap-ng \ |