Skip to content

Commit

Permalink
czmq: make sure draft API files are always installed
Browse files Browse the repository at this point in the history
  • Loading branch information
nros committed Aug 14, 2023
1 parent de53777 commit 38911b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/czmq/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2023/08/14 07:38:37 nros Exp $
# $NetBSD: Makefile,v 1.2 2023/08/14 13:21:07 nros Exp $

DISTNAME= czmq-4.2.1
CATEGORIES= net
Expand All @@ -20,6 +20,7 @@ PKGCONFIG_OVERRIDE+= src/libczmq.pc.in

CONFIGURE_ARGS+= --with-libsystemd=no
CONFIGURE_ARGS+= --with-docs=no
CONFIGURE_ARGS+= --enable-drafts=yes

TEST_TARGET= check

Expand Down

0 comments on commit 38911b0

Please sign in to comment.