Browse Source

pkgconfig: improved parse-config to create /usr/{lib,share}/pkgconfig when building the fhs package

user/chris/next/xorg
Christian Wiese 13 years ago
parent
commit
19acf9feab
  1. 8
      base/pkgconfig/parse-config

8
base/pkgconfig/parse-config

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../pkgconfig/parse-config
# Copyright (C) 2006 - 2009 The OpenSDE Project
# Copyright (C) 2006 - 2012 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -36,3 +36,9 @@ if atstage cross; then
hook_add postflist 1 'pkgconfig_postflist_sanitize'
fi
if ! atstage toolchain; then
case "$pkg" in
fhs) hook_add postmake 9 'mkdir -p $root/usr/{lib,share}/pkgconfig' ;;
esac
fi

Loading…
Cancel
Save