Browse Source

pkgconfig: improved to create a symlink pkg-config -> ${arch_target}-pkg-config

Some Makefiles might not be smart enough and to have pkg-config in place
we simply create a symlink to ${arch_target}-pkg-config.
stable/0.6
Christian Wiese 10 years ago
parent
commit
6b8211b836
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      base/pkgconfig/pkgconfig.conf

+ 2
- 0
base/pkgconfig/pkgconfig.conf

@ -29,4 +29,6 @@ if ! atstage toolchain; then
hook_add postmake 5 'cp -vf $confdir/etc_profile.d_pkgconfig.txt $root/etc/profile.d/pkgconfig'
else
var_append extraconfopt ' ' '--program-prefix=${arch_target}-'
# create a symlink pkg-config -> ${arch_target}-pkg-config
hook_add postmake 5 'ln -vsf ${arch_target}-pkg-config $root$bindir/pkg-config'
fi

Loading…
Cancel
Save