Browse Source

libsndfile: update to 1.0.26

Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner 9 years ago
parent
commit
e9e5ffaed7
2 changed files with 2 additions and 12 deletions
  1. +2
    -2
      libs/libsndfile/Makefile
  2. +0
    -10
      libs/libsndfile/patches/001-automake-compat.patch

+ 2
- 2
libs/libsndfile/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libsndfile
PKG_VERSION:=1.0.25
PKG_VERSION:=1.0.26
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.mega-nerd.com/libsndfile/files/
PKG_MD5SUM:=e2b7bb637e01022c7d20f95f9c3990a2
PKG_MD5SUM:=ec810a0c60c08772a8a5552704b63393
PKG_LICENSE:=LGPLv2.1
PKG_LICENSE_FILES:=COPYING


+ 0
- 10
libs/libsndfile/patches/001-automake-compat.patch View File

@ -1,10 +0,0 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
+ACLOCAL_AMFLAGS = -I M4
+
DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
if BUILD_OCTAVE_MOD

Loading…
Cancel
Save