[Buildroot] [Bug 7172] Name collision of rpath token expansion and internal variables

bugzilla at busybox.net bugzilla at busybox.net
Sun Jun 8 15:56:21 UTC 2014


https://bugs.busybox.net/show_bug.cgi?id=7172

--- Comment #4 from Mike Z <minimod at morethan.org> 2014-06-08 15:56:21 UTC ---
These results do not make any sense to me:

Single escaped: ${ORIGIN}/../lib
 0x0000000f (RPATH)                      Library rpath: [/../lib]
 0x0000001d (RUNPATH)                    Library runpath: [/../lib]

Double escaped: $${ORIGIN}/../lib
 0x0000000f (RPATH)                      Library rpath: [/../lib]
 0x0000001d (RUNPATH)                    Library runpath: [/../lib]

Triple escaped: $$${ORIGIN}/../lib
 0x0000000f (RPATH)                      Library rpath: [../lib]
 0x0000001d (RUNPATH)                    Library runpath: [../lib]

At this rate, adding enough '$' characters might delete all of BR.
;)

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the buildroot mailing list