diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-01 19:51:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-01 19:51:32 +0100 |
commit | b56c73c95f08099803c60d9e2f2584f231220d47 (patch) | |
tree | 704b5c66e0d233af904afdfa00e1dd9c2205d02d /package/rpcbind | |
parent | 09381f08db60bd52ab7135bd084fa2bb197a98c2 (diff) |
misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OS
* fix *.pc / *-config file handling.
Diffstat (limited to 'package/rpcbind')
-rw-r--r-- | package/rpcbind/patches/autotool.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/rpcbind/patches/autotool.patch b/package/rpcbind/patches/autotool.patch index 4f71f8330..e29e7c6d8 100644 --- a/package/rpcbind/patches/autotool.patch +++ b/package/rpcbind/patches/autotool.patch @@ -44468,7 +44468,7 @@ diff -Nur rpcbind-0.2.0.orig/ltmain.sh rpcbind-0.2.0/ltmain.sh - # -F/path gives path to uninstalled frameworks, gcc on darwin - # @file GCC response files - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto*) +- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) + uninstall) + $ECHO \ +"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... @@ -50770,7 +50770,7 @@ diff -Nur rpcbind-0.2.0.orig/ltmain.sh rpcbind-0.2.0/ltmain.sh + # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC + # @file GCC response files + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) ++ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + func_append compile_command " $arg" |