diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-08-31 11:29:00 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-08-31 11:29:00 +0200 |
commit | f3d9923deaa02e5eb6b35ae75d3a53f85f4d9a89 (patch) | |
tree | b371b2ac145a55f9f488f2e1020d34351a1a1eed /tools/depends/target/alsa-lib | |
parent | 6943827722ac62c6888ad13a76f600d0755afa98 (diff) |
[depends] bump alsa-lib to 1.1.4.1
Diffstat (limited to 'tools/depends/target/alsa-lib')
-rw-r--r-- | tools/depends/target/alsa-lib/Makefile | 3 | ||||
-rw-r--r-- | tools/depends/target/alsa-lib/host-os.patch | 11 |
2 files changed, 1 insertions, 13 deletions
diff --git a/tools/depends/target/alsa-lib/Makefile b/tools/depends/target/alsa-lib/Makefile index ce9d83e03b..9e5c7e0031 100644 --- a/tools/depends/target/alsa-lib/Makefile +++ b/tools/depends/target/alsa-lib/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libasound -VERSION=1.0.23 +VERSION=1.1.4.1 SOURCE=alsa-lib-$(VERSION) ARCHIVE=$(SOURCE).tar.bz2 @@ -33,7 +33,6 @@ $(TARBALLS_LOCATION)/$(ARCHIVE): $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS) rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM) cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) - cd $(PLATFORM); patch -p0 < ../host-os.patch cd $(PLATFORM); $(CONFIGURE) $(LIBDYLIB): $(PLATFORM) diff --git a/tools/depends/target/alsa-lib/host-os.patch b/tools/depends/target/alsa-lib/host-os.patch deleted file mode 100644 index 93e991aed2..0000000000 --- a/tools/depends/target/alsa-lib/host-os.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in 2010-04-16 12:11:05.000000000 +0100 -+++ configure.in 2016-11-01 15:15:21.645908396 +0000 -@@ -31,7 +31,7 @@ - - which ${program_prefix}gcc >/dev/null 2>&1 && CC=${program_prefix}gcc - which ${host_cpu}-${host_os}-gcc >/dev/null 2>&1 \ -- && CC=${host_cpu}-${host-os}-gcc -+ && CC=${host_cpu}-${host_os}-gcc - which ${host_cpu}-${host_vendor}-${host_os}-gcc >/dev/null 2>&1 \ - && CC=${host_cpu}-${host_vendor}-${host_os}-gcc - |