wok diff tinyxml/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 59d50f859d0d
children d3eb5f4b53ea
line diff
     1.1 --- a/tinyxml/receipt	Mon Apr 14 18:33:22 2014 +0200
     1.2 +++ b/tinyxml/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -9,14 +9,14 @@
     1.4  TARBALL="${PACKAGE}_$VERSION.zip"
     1.5  WEB_SITE="http://wiki.lxde.org/en/LXMusic"
     1.6  WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/2.6.2/$TARBALL"
     1.7 -HOST_ARCH="i486 arm"
     1.8 +#HOST_ARCH="i486 arm"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	make &&
    1.14  	${HOST_SYSTEM}-g++ -m32 -fPIC "$CXXFLAGS" -shared \
    1.15 -		-o libtinyxml.so.0.${pkgver} \
    1.16 +		-o libtinyxml.so.0.2.6.2 \
    1.17  		-Wl,-soname,libtinyxml.so.0 $(ls *.o | grep -v xmltest)
    1.18  }
    1.19