Commit 41edeb73 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: only build what is necessary for FLAC

parent 5648d4e8
...@@ -46,6 +46,6 @@ DEPS_flac = ogg $(DEPS_ogg) ...@@ -46,6 +46,6 @@ DEPS_flac = ogg $(DEPS_ogg)
.flac: flac .flac: flac
cd $< && $(HOSTVARS) ./configure $(FLACCONF) cd $< && $(HOSTVARS) ./configure $(FLACCONF)
cd $</src && $(MAKE) install
cd $</include && $(MAKE) install cd $</include && $(MAKE) install
cd $</src && $(MAKE) -C share install && $(MAKE) -C libFLAC 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