Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] wrong path in alsa-lib.mk
@ 2007-08-24  8:32 Simon Pasch
  2007-08-24  9:11 ` Bernhard Fischer
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Pasch @ 2007-08-24  8:32 UTC (permalink / raw)
  To: buildroot

Building of alsa-lib fails because of a wrong library-path in the makefile.


--- buildroot.old/package/alsa-lib/alsa-lib.mk	2007-08-24
10:23:53.000000000 +0200
+++ buildroot/package/alsa-lib/alsa-lib.mk	2007-08-24 10:24:37.000000000 +0200
@@ -50,7 +50,7 @@
 $(TARGET_DIR)/$(ALSA_LIB_TARGET_BINARY):
$(STAGING_DIR)/$(ALSA_LIB_TARGET_BINARY)
 	mkdir -p $(TARGET_DIR)/usr/share/alsa
 	mkdir -p $(TARGET_DIR)/usr/lib/alsa-lib
-	cp -dpf $(STAGING_DIR)/lib/libasound.so* $(TARGET_DIR)/usr/lib/
+	cp -dpf $(STAGING_DIR)/usr/lib/libasound.so* $(TARGET_DIR)/usr/lib/
 	cp -rdpf $(STAGING_DIR)/usr/share/alsa/* $(TARGET_DIR)/usr/share/alsa/
 	cp -rdpf $(STAGING_DIR)/usr/lib/alsa-lib/* $(TARGET_DIR)/usr/lib/alsa-lib/
 	-$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libasound.so*

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] wrong path in alsa-lib.mk
  2007-08-24  8:32 [Buildroot] wrong path in alsa-lib.mk Simon Pasch
@ 2007-08-24  9:11 ` Bernhard Fischer
  0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Fischer @ 2007-08-24  9:11 UTC (permalink / raw)
  To: buildroot

On Fri, Aug 24, 2007 at 10:32:20AM +0200, Simon Pasch wrote:
>Building of alsa-lib fails because of a wrong library-path in the makefile.

Applied. Thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-24  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-24  8:32 [Buildroot] wrong path in alsa-lib.mk Simon Pasch
2007-08-24  9:11 ` Bernhard Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox