You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/04/04 21:01:39 UTC

[07/10] guacamole-server git commit: GUACAMOLE-407: Do not build guaclog within guacd Docker image. The guacd image should contain only guacd.

GUACAMOLE-407: Do not build guaclog within guacd Docker image. The guacd image should contain only guacd.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/1f60526a
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/1f60526a
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/1f60526a

Branch: refs/heads/master
Commit: 1f60526ab878666763463149a9aa9baa06908539
Parents: 1438932
Author: Michael Jumper <mj...@apache.org>
Authored: Sun Apr 1 21:36:59 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Sun Apr 1 21:36:59 2018 -0700

----------------------------------------------------------------------
 src/guacd-docker/bin/build-guacd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/1f60526a/src/guacd-docker/bin/build-guacd.sh
----------------------------------------------------------------------
diff --git a/src/guacd-docker/bin/build-guacd.sh b/src/guacd-docker/bin/build-guacd.sh
index 9e8c3a3..4714743 100755
--- a/src/guacd-docker/bin/build-guacd.sh
+++ b/src/guacd-docker/bin/build-guacd.sh
@@ -43,7 +43,7 @@ PREFIX_DIR="$2"
 
 cd "$BUILD_DIR"
 autoreconf -fi
-./configure --prefix="$PREFIX_DIR"
+./configure --prefix="$PREFIX_DIR" --disable-guaclog
 make
 make install
 ldconfig