diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-29 10:08:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-30 12:31:32 +0200 |
commit | 1e39bdbb6bbe5d094772e7ff7e892999c327a080 (patch) | |
tree | b4e2936933067a99fd16c224affbae35a990df9b /package/alsa-lib | |
parent | 25c9e3ebb5f3fd63bc12abbd7124639148be9429 (diff) |
remove /usr/lib from libs
Diffstat (limited to 'package/alsa-lib')
-rw-r--r-- | package/alsa-lib/Makefile | 2 | ||||
-rw-r--r-- | package/alsa-lib/patches/patch-configure | 6 | ||||
-rw-r--r-- | package/alsa-lib/patches/patch-utils_alsa_pc_in | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/package/alsa-lib/Makefile b/package/alsa-lib/Makefile index 22fb2aa42..9e8c31f7c 100644 --- a/package/alsa-lib/Makefile +++ b/package/alsa-lib/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= alsa-lib PKG_VERSION:= 1.0.28 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= c9e21b88a2b3e6e12ea7ba0f3b271fc3 PKG_DESCR:= sound library PKG_SECTION:= libs/audio diff --git a/package/alsa-lib/patches/patch-configure b/package/alsa-lib/patches/patch-configure index f2fb1e344..35b1c2569 100644 --- a/package/alsa-lib/patches/patch-configure +++ b/package/alsa-lib/patches/patch-configure @@ -1,6 +1,6 @@ ---- alsa-lib-1.0.27.2.orig/configure 2013-07-08 14:32:46.000000000 +0200 -+++ alsa-lib-1.0.27.2/configure 2013-09-16 17:03:08.000000000 +0200 -@@ -11942,14 +11942,6 @@ $as_echo "major $SND_LIB_MAJOR minor $SN +--- alsa-lib-1.0.28.orig/configure 2014-06-17 14:34:47.000000000 +0200 ++++ alsa-lib-1.0.28/configure 2014-06-28 22:00:55.656322468 +0200 +@@ -11929,14 +11929,6 @@ $as_echo "major $SND_LIB_MAJOR minor $SN test "x$prefix" = xNONE && prefix=$ac_default_prefix diff --git a/package/alsa-lib/patches/patch-utils_alsa_pc_in b/package/alsa-lib/patches/patch-utils_alsa_pc_in new file mode 100644 index 000000000..6ca74b395 --- /dev/null +++ b/package/alsa-lib/patches/patch-utils_alsa_pc_in @@ -0,0 +1,11 @@ +--- alsa-lib-1.0.28.orig/utils/alsa.pc.in 2014-06-17 14:34:19.000000000 +0200 ++++ alsa-lib-1.0.28/utils/alsa.pc.in 2014-06-29 09:21:14.651388400 +0200 +@@ -7,7 +7,7 @@ Name: alsa + Description: Advanced Linux Sound Architecture (ALSA) - Library + Version: @VERSION@ + Requires: +-Libs: -L${libdir} -lasound ++Libs: -lasound + Libs.private: @ALSA_DEPLIBS@ + # -I${includedir}/alsa below is just for backward compatibility + # (it was set so mistakely in the older version) |