fix libvorbisidec build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9875 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-12-23 21:35:22 +00:00
parent 66566b283c
commit 6c8c731663
2 changed files with 2 additions and 19 deletions

View File

@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libvorbisidec
PKG_VERSION:=1.0.2+svn12153
PKG_VERSION:=1.0.2+svn14261
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/libv/libvorbisidec/
PKG_MD5SUM:=577a189b3759196bb8b793c045192d52
PKG_MD5SUM:=bc617d4af1cd74b38d7c51451dd6eff0
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install

View File

@ -1,17 +0,0 @@
*** libvorbisidec-1.0.2+svn12153/autogen.sh.orig Tue Nov 20 19:07:46 2007
--- libvorbisidec-1.0.2+svn12153/autogen.sh Tue Nov 20 19:08:24 2007
***************
*** 109,120 ****
$ACLOCAL $ACLOCAL_FLAGS || exit 1
echo " $LIBTOOLIZE --automake"
$LIBTOOLIZE --automake || exit 1
- echo " autoheader"
- autoheader || exit 1
echo " $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"
$AUTOMAKE --add-missing $AUTOMAKE_FLAGS || exit 1
echo " autoconf"
autoconf || exit 1
cd $olddir
- $srcdir/configure --enable-maintainer-mode "$@" && echo
--- 109,117 ----