* [Buildroot] [PATCH] build fix for package/libogg
@ 2008-06-16 5:15 Conrad Parker
2008-06-16 10:31 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Conrad Parker @ 2008-06-16 5:15 UTC (permalink / raw)
To: buildroot
libogg.a is built in src/.libs/ not lib/ (libogg-1.1.3/lib does not exist)
cheers,
Conrad.
---
package/libogg/libogg.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/libogg/libogg.mk b/package/libogg/libogg.mk
index f525daa..7273f8f 100644
--- a/package/libogg/libogg.mk
+++ b/package/libogg/libogg.mk
@@ -58,7 +58,7 @@ endif
touch $@
$(TARGET_DIR)/usr/lib/libogg.a: $(TARGET_DIR)/usr/lib/libogg.so
- cp -dpf $(LIBOGG_DIR)/lib/libogg.a $(TARGET_DIR)/usr/lib/
+ cp -dpf $(LIBOGG_DIR)/src/.libs/libogg.a $(TARGET_DIR)/usr/lib/
touch $@
libogg-header: $(TARGET_DIR)/usr/lib/libogg.a
--
1.5.4.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] build fix for package/libogg
2008-06-16 5:15 [Buildroot] [PATCH] build fix for package/libogg Conrad Parker
@ 2008-06-16 10:31 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2008-06-16 10:31 UTC (permalink / raw)
To: buildroot
>>>>> "Conrad" == Conrad Parker <conrad@metadecks.org> writes:
Hi,
Conrad> libogg.a is built in src/.libs/ not lib/ (libogg-1.1.3/lib
Conrad> does not exist) cheers,
Thanks. I committed a slightly different patch (take libogg.a from
staging_dir like for the .so).
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-16 10:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-16 5:15 [Buildroot] [PATCH] build fix for package/libogg Conrad Parker
2008-06-16 10:31 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox