diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-15 16:08:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-15 16:08:05 +0100 |
commit | cee2532bfa6909522daf0e02fb6fb042a0a389b2 (patch) | |
tree | b42b1eb5e34f118a20b733675817f73fc73d5dca /package/monit | |
parent | a209fd86fb4506edb210eee44612f6030b24cd11 (diff) | |
parent | 35e11e1dde246861f960c4a9f988679c825fe870 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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" |