Skip to content

Commit

Permalink
We don't have fdopendir() but the included gnulib assumes we do if it
Browse files Browse the repository at this point in the history
finds openat(), so poison the autoconf cache.
  • Loading branch information
Christian Weisgerber committed Jul 13, 2011
1 parent 6188c33 commit 57c5baa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion misc/findutils/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2011/07/12 18:08:41 matthew Exp $
# $OpenBSD: Makefile,v 1.20 2011/07/13 14:10:22 naddy Exp $

COMMENT= finds and then operates on files

Expand All @@ -24,6 +24,10 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --program-prefix="g"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# We don't have fdopendir() but the included gnulib assumes we do if it
# finds openat(), so poison the autoconf cache.
CONFIGURE_ENV+= ac_cv_func_openat=no

MAKE_FLAGS= localstatedir=/var/db
USE_GROFF = Yes

Expand Down

0 comments on commit 57c5baa

Please sign in to comment.