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

contribs: tiger: disable valgrind and documentation

parent 641ce014
...@@ -2228,7 +2228,7 @@ libtiger: libtiger-$(TIGER_VERSION).tar.gz ...@@ -2228,7 +2228,7 @@ libtiger: libtiger-$(TIGER_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
.tiger: libtiger .kate .tiger: libtiger .kate
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-valgrind --disable-doc && make && make install)
$(INSTALL_NAME) $(INSTALL_NAME)
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