Commit 7ba1f036 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: do not build regex

parent e588c1f9
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
REGEX_VERSION := 0.12 REGEX_VERSION := 0.12
REGEX_URL := http://ftp.gnu.org/old-gnu/regex/regex-$(REGEX_VERSION).tar.gz REGEX_URL := http://ftp.gnu.org/old-gnu/regex/regex-$(REGEX_VERSION).tar.gz
ifndef HAVE_WIN32
# Part of POSIX.2001
PKGS_FOUND += regex
endif
$(TARBALLS)/regex-$(REGEX_VERSION).tar.gz: $(TARBALLS)/regex-$(REGEX_VERSION).tar.gz:
$(call download,$(REGEX_URL)) $(call download,$(REGEX_URL))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment