[packages_10.03.2] libsndfile: merge r28065, r28067
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 4 Feb 2012 18:40:29 +0000 (18:40 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 4 Feb 2012 18:40:29 +0000 (18:40 +0000)
SVN-Revision: 30056

libs/libsndfile/Makefile

index 6bbf155a53e6196cb4b85020d091ff83eb565329..9fe6f381a53d892cf0c8a3653af3b07c36cbc021 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libsndfile
-PKG_VERSION:=1.0.21
-PKG_RELEASE:=1
+PKG_VERSION:=1.0.25
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.mega-nerd.com/libsndfile/files/
-PKG_MD5SUM:=880a40ec636ab2185b97f8927299b292
+PKG_MD5SUM:=e2b7bb637e01022c7d20f95f9c3990a2
 
 PKG_FIXUP:=libtool
 PKG_INSTALL:=1
@@ -36,8 +36,15 @@ endef
 CONFIGURE_ARGS+= \
        --disable-alsa \
        --disable-external-libs \
-       --disable-sqlite \
-       --disable-shave \
+       --disable-sqlite
+
+CONFIGURE_VARS += \
+       ac_cv_sys_file_offset_bits=64 \
+       ac_cv_sys_large_files=yes \
+       ac_cv_sys_largefile_CFLAGS=-D_LARGFILE_SOURCE \
+       ac_cv_sys_largefile_LDFLAGS= \
+       ac_cv_sys_largefile_LIBS= \
+       ac_cv_sys_largefile_source=yes
 
 TARGET_CFLAGS += $(FPIC)