wok rev 17771

qxmpp: force libogg link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 14 11:45:23 2015 +0100 (2015-03-14)
parents d607766ba634
children 3bb8682381a4
files qxmpp/receipt
line diff
     1.1 --- a/qxmpp/receipt	Sat Mar 14 11:10:16 2015 +0100
     1.2 +++ b/qxmpp/receipt	Sat Mar 14 11:45:23 2015 +0100
     1.3 @@ -17,6 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's/ltheoraenc/& -logg/' src/src.pro
     1.8  	qmake PREFIX=/usr QXMPP_USE_SPEEX=1 QXMPP_USE_THEORA=1 QXMPP_USE_VPX=1 &&
     1.9  	make &&
    1.10  	mkdir -p $src/doc/html &&