* fixed building thunderbird with the same fix as firefox as of r70876
[t2sde.git] / architecture / blackfin / parse-config
blob02d6237c8041a62eb851dfbee99525682fb542e9
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: architecture/blackfin/parse-config
3 # Copyright (C) 2004 - 2021 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 case $pkg in
13         # translate fork to vfork, TODO: properly review and patch upstream
14         bash|bison|coreutils|cpio|cron|curl|dash|dialog|disktype|eject|embutils|\
15         findutils|groff|iproute2|\
16         libcap|libevent|libgpg-error|libgcrypt|libisofs|libisoburn|\
17         kbd|keyutils|lvm2|m4|mine|ntfsprogs|\
18         gawk|glib|flex|gdbm|openssh|openssl|pam|pdksh|ppp|procps|\
19         rpcbind|rpcsvc-proto|rsync|\
20         shadow|smartmontools|subversion|sysklogd|sysvinit|\
21         tar|tcp_wrappers|texinfo|time|tmux|util-linux|vim|wpa_supplicant)
22                 var_append GCC_WRAPPER_APPEND ' ' '-Dfork=vfork'
23                 ;;
24 esac