From 7e5e25e44628c407916ca9774a32f0d349dbfe69 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Tue, 10 Dec 2019 19:21:47 +0100 Subject: #970 autotools support for ogAdmServer To build and to install ogAdmServer: autoreconf -fi ./configure make make install Default prefix is /opt/opengnsys/ as usual. ogAdmServer uses autotools for compilation, so this patch adapts OpenGnsys updater and installer to use autotools for compilation. --- installer/opengnsys_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/opengnsys_update.sh') diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 38f8069c..70d612c9 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -1046,7 +1046,7 @@ function compileServices() # Compilar OpenGnsys Server echoAndLog "${FUNCNAME}(): Recompiling OpenGnsys Admin Server" pushd $WORKDIR/opengnsys/admin/Sources/Services/ogAdmServer - make && moveNewService ogAdmServer $INSTALL_TARGET/sbin + autoreconf -fi && ./configure && make && moveNewService ogAdmServer $INSTALL_TARGET/sbin if [ $? -ne 0 ]; then echoAndLog "${FUNCNAME}(): error while compiling OpenGnsys Admin Server" hayErrores=1 -- cgit v1.2.3-18-g5258