diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-17 22:24:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-17 22:24:44 +0100 |
commit | da133cad10885ca36be26b1b043c737e295a4cd4 (patch) | |
tree | 3fb8e1189dce7188c4681144f96982d30c4511bd /package/monit | |
parent | 638c9f989542642d52859a56913ae5c2ace93e69 (diff) | |
parent | 642a45334676311b50bd2b45ae49c45f8b86c86d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
TODO
Diffstat (limited to 'package/monit')
-rw-r--r-- | package/monit/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/monit/patches/patch-configure b/package/monit/patches/patch-configure new file mode 100644 index 000000000..47c84cd38 --- /dev/null +++ b/package/monit/patches/patch-configure @@ -0,0 +1,11 @@ +--- monit-5.6.orig/configure 2013-09-03 14:55:49.000000000 +0200 ++++ monit-5.6/configure 2014-02-10 18:05:03.000000000 +0100 +@@ -13575,7 +13575,7 @@ fi + # ------------------------------------------------------------------------ + + # Backward compatibility until we get ride of arch settings +-architecture=`uname` ++architecture=Linux + if test "$architecture" = "SunOS" + then + ARCH="SOLARIS" |