disable the unrecognized nls and x flags
[AROS-Contrib.git] / development / parsers / pcre / mmakefile.src
blob7f024b6791da2a9ac81f32922da4f6c6fca4051b
1 # Copyright © 2003-2018, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros-contrib.cfg
6 #MM- contrib-development : contrib-development-parsers-pcre
7 #MM- contrib-development-parsers-pcre : linklibs-startup linklibs-amiga linklibs-arossupport linklibs-clib
9 PACKAGE      := pcre
10 VERSION      := 8.41
11 TARGETDIR    := $(AROS_DEVELOPER)
12 REPOSITORIES := https://ftp.pcre.org/pub/pcre/
14 #USER_INCLUDES:= -I$(AROS_CONTRIB_INCLUDES)
15 #USER_LDFLAGS := -L$(AROS_CONTRIB_LIB)
17 %fetch_and_build mmake=contrib-development-parsers-pcre prefix=$(TARGETDIR) \
18         package=$(PACKAGE) version=$(VERSION) suffixes="tar.gz" \
19         patch=no package_repo=$(REPOSITORIES) nix=yes \
20         extraoptions="--disable-stack-for-recursion --disable-jit --disable-cpp --libdir=$(AROS_LIB)" nlsflag=no xflag=no