summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs/Makefile
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2011-09-27 12:45:02 +0000
committermanu <manu@pkgsrc.org>2011-09-27 12:45:02 +0000
commit7754f8d3fcec4e0e5617b3178d35d2401f169734 (patch)
tree3650a20ba66edb5eef211a27563bd8713b3876f1 /filesystems/glusterfs/Makefile
parent7518e4deb6e19199925030bfefff823b25389077 (diff)
downloadpkgsrc-7754f8d3fcec4e0e5617b3178d35d2401f169734.tar.gz
Missing commit for 3.2.3 update
Diffstat (limited to 'filesystems/glusterfs/Makefile')
-rw-r--r--filesystems/glusterfs/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile
index c2408f9e107..23df7ef6c1e 100644
--- a/filesystems/glusterfs/Makefile
+++ b/filesystems/glusterfs/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2011/08/20 01:13:28 manu Exp $
+# $NetBSD: Makefile,v 1.17 2011/09/27 12:45:02 manu Exp $
#
-DISTNAME= glusterfs-3.2.2
-PKGREVISION= 2
+DISTNAME= glusterfs-3.2.3
+#PKGREVISION= 2
CATEGORIES= filesystems
-MASTER_SITES= http://download.gluster.com/pub/gluster/glusterfs/3.2/3.2.2/
+MASTER_SITES= http://download.gluster.com/pub/gluster/glusterfs/3.2/3.2.3/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gluster.org/
@@ -21,7 +21,6 @@ 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
MAKE_FLAGS+= LEXLIB=""