From 8ed49bfed02deee23ff6e7677eace3e6bd6ad1bb Mon Sep 17 00:00:00 2001 From: NicJA Date: Tue, 12 Jun 2018 14:07:54 +0000 Subject: [PATCH] disable the unrecognized nls and x flags git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@55321 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- development/parsers/pcre/mmakefile.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/parsers/pcre/mmakefile.src b/development/parsers/pcre/mmakefile.src index 47ee5be0f..7f024b679 100644 --- a/development/parsers/pcre/mmakefile.src +++ b/development/parsers/pcre/mmakefile.src @@ -1,4 +1,4 @@ -# Copyright © 2003-2017, The AROS Development Team. All rights reserved. +# Copyright © 2003-2018, The AROS Development Team. All rights reserved. # $Id$ include $(SRCDIR)/config/aros-contrib.cfg @@ -17,4 +17,4 @@ REPOSITORIES := https://ftp.pcre.org/pub/pcre/ %fetch_and_build mmake=contrib-development-parsers-pcre prefix=$(TARGETDIR) \ package=$(PACKAGE) version=$(VERSION) suffixes="tar.gz" \ patch=no package_repo=$(REPOSITORIES) nix=yes \ - extraoptions="--disable-stack-for-recursion --disable-jit --disable-cpp --libdir=$(AROS_LIB)" + extraoptions="--disable-stack-for-recursion --disable-jit --disable-cpp --libdir=$(AROS_LIB)" nlsflag=no xflag=no -- 2.11.4.GIT