public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] fix lib6 test building
@ 2009-08-06 14:52 Paul Larson
  2009-08-06 17:22 ` Garrett Cooper
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Larson @ 2009-08-06 14:52 UTC (permalink / raw)
  To: ltp-list

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

The lib6 tests seem to fail the first pass through building for me
because ranlib does not seem to get set correctly at any point.  This
seems to fix it up for me.

Thanks,
Paul Larson




[-- Attachment #2: lib6-makefix.patch --]
[-- Type: text/x-patch, Size: 573 bytes --]

Fix build problem with lib6 tests


Signed-off-by: Paul Larson <paul.larson@canonical.com>
---

diff --git a/testcases/network/lib6/Makefile b/testcases/network/lib6/Makefile
index 7c1784d..f622468 100644
--- a/testcases/network/lib6/Makefile
+++ b/testcases/network/lib6/Makefile
@@ -23,6 +23,10 @@
 CFLAGS+=	-I../../../include -g -D_GNU_SOURCE
 LOADLIBES+=	-L../../../lib runcc.a -lltp -lpthread
 
+ifeq ($(RANLIB),)
+RANLIB = ranlib
+endif
+
 SRCS=$(wildcard *.c)
 TARGETS= asapi_01 asapi_02 asapi_03 asapi_04 asapi_05 asapi_06 asapi_07 \
 	getaddrinfo_01 in6_01 in6_02

[-- Attachment #3: Type: text/plain, Size: 355 bytes --]

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

[-- Attachment #4: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2009-08-12 21:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-06 14:52 [LTP] fix lib6 test building Paul Larson
2009-08-06 17:22 ` Garrett Cooper
2009-08-12 15:13   ` Paul Larson
2009-08-12 18:52     ` Henry Yei
2009-08-12 20:14     ` Garrett Cooper
2009-08-12 21:09       ` Paul Larson
2009-08-12 21:28         ` Garrett Cooper

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