[vlc-commits] contrib: fix regex target

Rafaël Carré git at videolan.org
Mon Nov 28 03:20:18 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Nov 27 21:19:34 2011 -0500| [3082f245467703ab9843fef630bc0ac58ec02b16] | committer: Rafaël Carré

contrib: fix regex target

don't assume the system has it (and thus skip building it)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3082f245467703ab9843fef630bc0ac58ec02b16
---

 contrib/src/regex/rules.mak |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/contrib/src/regex/rules.mak b/contrib/src/regex/rules.mak
index 79ce6e3..222c1a2 100644
--- a/contrib/src/regex/rules.mak
+++ b/contrib/src/regex/rules.mak
@@ -2,8 +2,6 @@
 REGEX_VERSION := 0.12
 REGEX_URL := http://ftp.gnu.org/old-gnu/regex/regex-$(REGEX_VERSION).tar.gz
 
-PKGS_FOUND += regex
-
 $(TARBALLS)/regex-$(REGEX_VERSION).tar.gz:
 	$(call download,$(REGEX_URL))
 



More information about the vlc-commits mailing list