diff options
author | manu <manu@pkgsrc.org> | 2011-08-20 01:13:28 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2011-08-20 01:13:28 +0000 |
commit | 9fcfd94435dbd4f882bfbd8b63c4e6f51ad04641 (patch) | |
tree | 3910d4d0cf6c80e27d5ccd849898ea8fa505ef1e /filesystems | |
parent | d3f082315592143145ff94dca2da32675192347f (diff) | |
download | pkgsrc-9fcfd94435dbd4f882bfbd8b63c4e6f51ad04641.tar.gz |
Now that we hide OpenGroup Extended API set 2 from configure, make sure
that it is seen here when we actually need it.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/glusterfs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile index 6a9856457dd..c2408f9e107 100644 --- a/filesystems/glusterfs/Makefile +++ b/filesystems/glusterfs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2011/08/09 07:15:42 manu Exp $ +# $NetBSD: Makefile,v 1.16 2011/08/20 01:13:28 manu Exp $ # DISTNAME= glusterfs-3.2.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= filesystems MASTER_SITES= http://download.gluster.com/pub/gluster/glusterfs/3.2/3.2.2/ @@ -19,6 +19,8 @@ USE_TOOLS+= flex bison PYTHON_VERSIONS_ACCEPTED= 27 26 25 CONFIGURE_ARGS+= --localstatedir=${VARBASE} +CONFIGURE_ARGS+= CFLAGS=${CFLAGS:M*:Q}\ -D_INCOMPLETE_XOPEN_C063 + # Make sure we do not attept to link with -lfl # Only libfl.a is available, and libtool wants libfl.so |