diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-15 15:52:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-15 15:52:29 +0100 |
commit | 4f157056c307ae7d5d0cbd4fa35ffeb2916cd2e0 (patch) | |
tree | 93e8411b288ab46e3e993a1a2f0784255a5fc803 /package/monit/patches/patch-configure | |
parent | 0c0e05a071067aa433b3cf13bd982543d9ad7d17 (diff) |
more Darwin compat fixes, add java as build dependency check for xbmc
Diffstat (limited to 'package/monit/patches/patch-configure')
-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" |