- update to xbmc-25357
- add -lpython2.6 to LDFLAGS, needed after changes in r25353 (reported)
This commit is contained in:
Stephan Raue 2009-12-06 11:10:44 +01:00
parent f1f6a523e7
commit e17dc10755
2 changed files with 3 additions and 1 deletions

View File

@ -65,6 +65,8 @@ if [ "$VDPAU" = yes ]; then
XBMC_VDPAU="--enable-vdpau" XBMC_VDPAU="--enable-vdpau"
fi fi
LDFLAGS="$LDFLAGS -lpython2.6"
cd $PKG_BUILD cd $PKG_BUILD
autoheader autoheader
autoconf autoconf

View File

@ -1 +1 @@
http://sources.openelec.tv/svn/xbmc-25244.tar.bz2 http://sources.openelec.tv/svn/xbmc-25357.tar.bz2