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

contribs: static linked flac requires ogg

parent 9c473ff8
......@@ -858,6 +858,8 @@ else
$(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) $(FLAC_DISABLE_FLAGS)
endif
cd $</src && \
make -C libFLAC && \
echo 'Requires.private: ogg' >> libFLAC/flac.pc && \
make -C libFLAC install
cd $< && make -C include install
$(INSTALL_NAME)
......
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