Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 649ecc3

Browse files
authored
Merge pull request #55 from tango-controls/debian-build-fixes
Various build fixes
2 parents b1c874d + 733c98e commit 649ecc3

6 files changed

Lines changed: 9 additions & 98 deletions

File tree

assets/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ AUX_DIST_EXTRA = m4/ac_cxx_have_strstream.m4 \
2828
m4/RSSH_ENABLE_PTHREADS.m4 \
2929
m4/ac_path_mysqlclient.m4 \
3030
m4/ac_prog_mysql.m4 \
31-
m4/check_zlib.m4 \
3231
m4/gcc_release.m4 \
3332
m4/java_release.m4 \
3433
m4/mysql_release.m4 \

assets/configure.ac

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ AC_PROG_INSTALL
7575
AC_PROG_LN_S
7676
AC_PROG_MAKE_SET
7777

78+
AM_PROG_AR
79+
7880
# Check gcc release
7981

8082
if test "$CXX" = "c++" -o "$CXX" = "g++"
@@ -176,7 +178,7 @@ AM_CONDITIONAL(TANGO_DOC_ENABLED, test x"$LYX" != x"false" && test x"$FIG2DEV" !
176178
LT_INIT()
177179

178180
# check for the presence of zlib
179-
CHECK_ZLIB
181+
PKG_CHECK_MODULES([ZLIB], [zlib >= 1])
180182

181183
# This macro checks for omniorb and sets various defines, please
182184
# consult config/RSSH_CHECK_OMNIORB for more details

assets/lib/cpp/log4tango/src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
noinst_LTLIBRARIES = liblog4tangointernal.la
22

3-
INCLUDES = -I../include -I$(top_srcdir)/include
3+
AM_CPPFLAGS = -I../include -I$(top_srcdir)/include
44

55
noinst_HEADERS = snprintf.c
66

assets/lib/cpp/log4tango/tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ check_PROGRAMS = $(TESTS)
88

99
#noinst_PROGRAMS =
1010

11-
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src
11+
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
1212

1313
test_log4tango_SOURCES = test_log4tango.cpp
1414
test_log4tango_LDADD = $(top_builddir)/src/liblog4tango.la

assets/m4/check_zlib.m4

Lines changed: 0 additions & 90 deletions
This file was deleted.

distribution.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ rest-server-root-repo=https://github.com/tango-controls/rest-server/releases
88
#current = tango lib major + $age
99
#revision = tango lib patch
1010
#age = tango lib minor
11-
version-info=12:3:4
11+
version-info=12:4:3
1212
#lib
13-
cppTango=9.3.4-rc1
13+
cppTango=9.3.4-rc2
1414
JTango-ver=9.5.17
1515
tango-idl=5.0.1
1616
jive-ver=7.22
@@ -26,9 +26,9 @@ rest-server-ver=1.14
2626
#tool_panels=
2727
#cppserver
2828
TangoTest=TangoTest-Release-2.1
29-
TangoDatabase=Database-Release-5.13
29+
TangoDatabase=Database-Release-5.14
3030
TangoAccessControl=TangoAccessControl-Release-2.14
31-
starter=Starter-7.2
31+
starter=Starter-7.3
3232
#utils
3333
tango_admin=Release_1.14
3434
#mtangorest.server=rc4-2.9

0 commit comments

Comments
 (0)