[smuxi] Build: use included db4o for static Linux build



commit c2bae2ea57573c8a3cf23547d65b0c4591e411c9
Author: Mirco Bauer <meebey meebey net>
Date:   Tue Apr 29 21:19:33 2014 +0200

    Build: use included db4o for static Linux build

 Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e223d8d..35ca914 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -279,6 +279,11 @@ dist-osx:
        cd $(OSX_BUILD_DIR) && zip -r ../smuxi-osx.zip Smuxi.app
 
 dist-linux-static:
+       DIST_VERSION=$$(git describe); \
+       ./autogen.sh --without-indicate --without-messaging-menu --without-notify --without-dbus \
+         --with-db4o=included \
+         --with-vendor-package-version="dist-osx $$DIST_VERSION" \
+         --disable-frontend-gnome --disable-frontend-stfl
        $(MAKE)
        mkdir -p $(LINUX_STATIC_BUILD_DIR)
        mkbundle --static -o $(LINUX_STATIC_BUILD_DIR)/smuxi-server $(BUILD_DIR)/smuxi-server.exe


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]