[uClibc] sedcheck handling incorrect, ldd/ldconfig builds against installedlibs

Peter S. Mazinger ps.m at gmx.net
Mon Nov 24 07:29:28 UTC 2003


Hello!

Buildroot as of 20031121 does build sed if the system one does not support 
-i, but does not use it afterwards, uses the installed one. Attached patch 
solves the problem.

There are problems building uclibc utils, they are not built against the 
newly built libraries, they are built against the installed ones (and this 
fails). This happens in buildroot, and also when built normally (tar jxvf 
sources; make config; make)

Peter

-- 
Peter S. Mazinger <ps.m at gmx.net>   ID: 0xA5F059F2    NIC: IXUYHSKQLI
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2

____________________________________________________________________
Miert fizetsz az internetert? Korlatlan, ingyenes internet hozzaferes a FreeStarttol.
Probald ki most! http://www.freestart.hu
-------------- next part --------------
--- /home/admin/cvsroot/buildroot/sources/sedcheck.sh	Wed Nov 19 18:17:42 2003
+++ sources/sedcheck.sh	Fri Nov 21 19:10:59 2003
@@ -12,10 +12,9 @@
 $SED -i -e "s/HELLO/GOODBYE/" .sedtest >/dev/null 2>&1
 
 if [ $? != 0 ] ; then
-	rm -f .sedtest
 	echo build-sed-host-binary
+else
+	echo use-sed-host-binary
 fi;
 rm -f .sedtest
-echo use-sed-host-binary
-
 


More information about the uClibc mailing list