From: Jo-Philipp Wich Date: Wed, 9 Mar 2011 18:09:53 +0000 (+0000) Subject: [packages] libvorbisidec: remove manual autoreconf invocation X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=427392284521fddd41aeafa51bcaca24ffb004aa [packages] libvorbisidec: remove manual autoreconf invocation SVN-Revision: 25978 --- diff --git a/libs/libvorbisidec/Makefile b/libs/libvorbisidec/Makefile index 8914232a59..a975bb766e 100644 --- a/libs/libvorbisidec/Makefile +++ b/libs/libvorbisidec/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/libv/libvorbisidec/ PKG_MD5SUM:=bc617d4af1cd74b38d7c51451dd6eff0 -PKG_FIXUP:=libtool +PKG_FIXUP:=autoreconf PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -35,14 +35,7 @@ define Package/libvorbisidec/description endef TARGET_CFLAGS += $(FPIC) - -define Build/Configure - (cd $(PKG_BUILD_DIR); ./autogen.sh ); - $(call Build/Configure/Default, \ - --enable-shared \ - --enable-static \ - ) -endef +CONFIGURE_ARGS += --enable-shared --enable-static define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include