git: Added CFLAGS+= -DTARGET_SYSTEM_ROOT=\"${USRDATA_PREFIX}\" to makefile for ld.

Markus Pfeiffer profmakx at crater.dragonflybsd.org
Thu Nov 14 12:32:19 PST 2013


commit 41e5ab89edd0773de94684c5e88a12a63f5b144e
Author: Markus Pfeiffer <markus.pfeiffer at morphism.de>
Date:   Thu Nov 14 20:31:21 2013 +0000

    Added CFLAGS+= -DTARGET_SYSTEM_ROOT=\"${USRDATA_PREFIX}\" to makefile for ld.
    
    The ld that is build into ctools_x86_64 to build world tries to check runtime
    dynamic dependencies. For this it tried loading /var/run/ld-elf.so.hints and
    hence failed if symbols in libc or libpthread are removed for the new
    buildworld.

Summary of changes:
 gnu/usr.bin/binutils221/ld/Makefile | 1 +
 gnu/usr.bin/binutils222/ld/Makefile | 1 +
 2 files changed, 2 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/41e5ab89edd0773de94684c5e88a12a63f5b144e


-- 
DragonFly BSD source repository



More information about the Commits mailing list