From 542973b139973f99d4f9a71b76b563cdf1354714 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 29 May 2017 14:04:33 +0200 Subject: [PATCH] global: fix cross. --- srcpkgs/global/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/global/template b/srcpkgs/global/template index eeff9aa6ed8..de2e1f7727b 100644 --- a/srcpkgs/global/template +++ b/srcpkgs/global/template @@ -3,7 +3,8 @@ pkgname=global version=6.5.7 revision=1 build_style=gnu-configure -configure_args="--disable-static --with-exuberant-ctags=/usr/bin/ctags" +configure_args="--disable-static --with-exuberant-ctags=/usr/bin/ctags + ac_cv_posix1_2008_realpath=yes" depends="ctags" makedepends="ncurses-devel" short_desc="Source code tagging system that works across diverse environments"