diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 21:15:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 21:15:07 +0200 |
commit | 8e0732eefc64546a4917dbddb2c3552ef87b7e2f (patch) | |
tree | 9056f551fb856c07da87b53e0c04c756f58eb36b /package/resource-agents/patches/patch-configure | |
parent | 20341b4098547b4f1f8e80103d2d7e72069f731c (diff) |
remove ha packages for now, old and seldom tested
Diffstat (limited to 'package/resource-agents/patches/patch-configure')
-rw-r--r-- | package/resource-agents/patches/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/resource-agents/patches/patch-configure b/package/resource-agents/patches/patch-configure deleted file mode 100644 index 62d1beba5..000000000 --- a/package/resource-agents/patches/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- resource-agents-3.9.0.orig/configure 2011-05-24 15:37:07.000000000 +0200 -+++ resource-agents-3.9.0/configure 2011-10-07 20:11:45.000000000 +0200 -@@ -6171,7 +6171,7 @@ $as_echo_n "checking for $2 in $1... " > - printf "#include <stdio.h>\n" > ${Cfile}.c - printf "#include <%s>\n" $1 >> ${Cfile}.c - printf "int main(int argc, char **argv) { printf(\"%%s\", %s); return 0; }\n" $2 >> ${Cfile}.c -- $CC $CFLAGS ${Cfile}.c -o ${Cfile} -+ $CC_FOR_BUILD $CFLAGS_FOR_BUILD ${Cfile}.c -o ${Cfile} - value=`${Cfile}` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $value" >&5 - $as_echo "$value" >&6; } |