From b42049ff644358292e72c8608ea006ff31773fb4 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 23 Feb 2001 20:35:30 +0000 Subject: [PATCH] Uncommented DEPLIB_LDFLAGS definition --- configure/os/CONFIG.Common.solaris-sparc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG.Common.solaris-sparc b/configure/os/CONFIG.Common.solaris-sparc index c8a6d04d8..daf32c536 100644 --- a/configure/os/CONFIG.Common.solaris-sparc +++ b/configure/os/CONFIG.Common.solaris-sparc @@ -30,9 +30,9 @@ ARCH_DEP_CPPFLAGS = -DSOLARIS # socket and nsl needed by libca.a ARCH_DEP_LDLIBS += -lsocket -lnsl -#### -R does not work unless full path name are specified -#### use loader's -R option -####DEPLIB_LDFLAGS += $(sort $(DEPLIB_DIRS:%=-R%)) +# -R does not work unless full path names are specified +# use loader's -R option +DEPLIB_LDFLAGS += $(sort $(DEPLIB_DIRS:%=-R%)) ifdef CROSS GNU_TARGET=sparc-sun-solaris2