Browse Source

glibc: changed to call pkg_glibc_postmake() in all stages besides toolchain stage

This needs to be done to create /etc/ld.so.conf
tc-work-wip
Christian Wiese 13 years ago
committed by Alejandro Mery
parent
commit
d36ead30b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      base/glibc/glibc.conf

+ 1
- 1
base/glibc/glibc.conf

@ -100,7 +100,7 @@ pkg_glibc_abi_preconf() {
"sed -e 's,.*usr/include/.*\.h,/tmp/removed.h,'" "sed -e 's,.*usr/include/.*\.h,/tmp/removed.h,'"
else else
# only run postmake while building the default ABI # only run postmake while building the default ABI
if atstage native; then
if ! atstage toolchain; then
hook_add postmake 5 'pkg_glibc_postmake' hook_add postmake 5 'pkg_glibc_postmake'
fi fi
fi fi

Loading…
Cancel
Save