# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: architecture/blackfin/parse-config # Copyright (C) 2004 - 2021 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- case $pkg in # translate fork to vfork, TODO: properly review and patch upstream bash|bison|coreutils|cpio|cron|curl|dash|dialog|disktype|eject|embutils|\ findutils|groff|iproute2|\ libcap|libevent|libgpg-error|libgcrypt|libisofs|libisoburn|\ kbd|keyutils|lvm2|m4|mine|ntfsprogs|\ gawk|glib|flex|gdbm|openssh|openssl|pam|pdksh|ppp|procps|\ rpcbind|rpcsvc-proto|rsync|\ shadow|smartmontools|subversion|sysklogd|sysvinit|\ tar|tcp_wrappers|texinfo|time|tmux|util-linux|vim|wpa_supplicant) var_append GCC_WRAPPER_APPEND ' ' '-Dfork=vfork' ;; esac