svn commit: trunk/uClibc/test/rpc
carmelo at uclibc.org
carmelo at uclibc.org
Fri Apr 25 09:51:30 PDT 2008
Author: carmelo
Date: 2008-04-25 09:51:30 -0700 (Fri, 25 Apr 2008)
New Revision: 21863
Log:
Fix rpc test Makefile
Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>
Modified:
trunk/uClibc/test/rpc/Makefile
Changeset:
Modified: trunk/uClibc/test/rpc/Makefile
===================================================================
--- trunk/uClibc/test/rpc/Makefile 2008-04-25 16:50:50 UTC (rev 21862)
+++ trunk/uClibc/test/rpc/Makefile 2008-04-25 16:51:30 UTC (rev 21863)
@@ -3,6 +3,10 @@
TESTS := getrpcent
+ifeq ($(UCLIBC_HAS_REENTRANT_RPC),y)
+TESTS += getrpcent_r
+endif
+
include ../Test.mak
DODIFF_getrpcent := 1
More information about the uClibc-cvs
mailing list