Commit 44f8b477 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

contrib: fribidi: use RECONF

(cherry picked from commit ddb1bc746a7c2f30d0fb962575ac8ba631cb3450)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent cc341c94
...@@ -20,7 +20,7 @@ fribidi: fribidi-$(FRIBIDI_VERSION).tar.bz2 .sum-fribidi ...@@ -20,7 +20,7 @@ fribidi: fribidi-$(FRIBIDI_VERSION).tar.bz2 .sum-fribidi
# FIXME: DEPS_fribidi = iconv $(DEPS_iconv) # FIXME: DEPS_fribidi = iconv $(DEPS_iconv)
.fribidi: fribidi .fribidi: fribidi
cd $< && rm -f configure && ./bootstrap $(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
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