svn commit: trunk/uClibc/utils

vapier at uclibc.org vapier at uclibc.org
Wed Feb 15 00:20:25 UTC 2006


Author: vapier
Date: 2006-02-14 16:20:24 -0800 (Tue, 14 Feb 2006)
New Revision: 14018

Log:
make sure we first search for libraries in the newly built tree rather than the compiler path

Modified:
   trunk/uClibc/utils/Makefile.in


Changeset:
Modified: trunk/uClibc/utils/Makefile.in
===================================================================
--- trunk/uClibc/utils/Makefile.in	2006-02-15 00:17:46 UTC (rev 14017)
+++ trunk/uClibc/utils/Makefile.in	2006-02-15 00:20:24 UTC (rev 14018)
@@ -5,7 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-CFLAGS-utils := -DNOT_IN_libc $(SSP_ALL_CFLAGS) -B$(top_builddir)lib
+CFLAGS-utils := -DNOT_IN_libc $(SSP_ALL_CFLAGS) -B$(top_builddir)lib -Wl,-rpath-link,$(top_builddir)lib
 
 CFLAGS-utils-common := -I$(top_srcdir)ldso/include -DUCLIBC_RUNTIME_PREFIX=\"$(RUNTIME_PREFIX)\" -DUCLIBC_LDSO=$(UCLIBC_LDSO)
 CFLAGS-utils-shared := $(PIEFLAG) $(LDPIEFLAG)




More information about the uClibc-cvs mailing list