packages: update alsa-lib to 1.0.27.2
Signed-off-by: Peter Wagner <tripolar@gmx.at> Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@37689 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,24 +1,24 @@
|
||||
Index: alsa-lib-1.0.24.1/src/Makefile.in
|
||||
===================================================================
|
||||
--- alsa-lib-1.0.24.1.orig/src/Makefile.in
|
||||
+++ alsa-lib-1.0.24.1/src/Makefile.in
|
||||
@@ -372,7 +372,7 @@ clean-libLTLIBRARIES:
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
libasound.la: $(libasound_la_OBJECTS) $(libasound_la_DEPENDENCIES)
|
||||
diff --git a/src/Makefile.in b/src/Makefile.in
|
||||
index e21fc0d..c8f3ea0 100644
|
||||
--- a/src/Makefile.in
|
||||
+++ b/src/Makefile.in
|
||||
@@ -419,7 +419,7 @@ clean-libLTLIBRARIES:
|
||||
rm -f $${locs}; \
|
||||
}
|
||||
libasound.la: $(libasound_la_OBJECTS) $(libasound_la_DEPENDENCIES) $(EXTRA_libasound_la_DEPENDENCIES)
|
||||
- $(AM_V_CCLD)$(libasound_la_LINK) -rpath $(libdir) $(libasound_la_OBJECTS) $(libasound_la_LIBADD) $(LIBS)
|
||||
+ $(AM_V_CCLD)$(libasound_la_LINK) -rpath $(DESTDIR)$(libdir) $(libasound_la_OBJECTS) $(libasound_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
Index: alsa-lib-1.0.24.1/src/pcm/scopes/Makefile.in
|
||||
===================================================================
|
||||
--- alsa-lib-1.0.24.1.orig/src/pcm/scopes/Makefile.in
|
||||
+++ alsa-lib-1.0.24.1/src/pcm/scopes/Makefile.in
|
||||
@@ -300,7 +300,7 @@ clean-pkglibLTLIBRARIES:
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
scope-level.la: $(scope_level_la_OBJECTS) $(scope_level_la_DEPENDENCIES)
|
||||
diff --git a/src/pcm/scopes/Makefile.in b/src/pcm/scopes/Makefile.in
|
||||
index 469dbb5..391f3d4 100644
|
||||
--- a/src/pcm/scopes/Makefile.in
|
||||
+++ b/src/pcm/scopes/Makefile.in
|
||||
@@ -348,7 +348,7 @@ clean-pkglibLTLIBRARIES:
|
||||
rm -f $${locs}; \
|
||||
}
|
||||
scope-level.la: $(scope_level_la_OBJECTS) $(scope_level_la_DEPENDENCIES) $(EXTRA_scope_level_la_DEPENDENCIES)
|
||||
- $(AM_V_CCLD)$(scope_level_la_LINK) -rpath $(pkglibdir) $(scope_level_la_OBJECTS) $(scope_level_la_LIBADD) $(LIBS)
|
||||
+ $(AM_V_CCLD)$(scope_level_la_LINK) -rpath $(DESTDIR)$(pkglibdir) $(scope_level_la_OBJECTS) $(scope_level_la_LIBADD) $(LIBS)
|
||||
|
||||
|
Reference in New Issue
Block a user