mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[master] Merge branch 'trac3525' (AC_PROG_LIBTOOL => LT_INIT)
Conflicts: AUTHORS ChangeLog
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -57,6 +57,7 @@ We have received the following contributions:
|
||||
- Jiri Popelka from Red Hat
|
||||
2014-08: config files examples permission fix
|
||||
2014-08: compilation fix for armv7
|
||||
2014-08: configure.ac update: AC_PROG_LIBTOOL => LT_INIT
|
||||
|
||||
Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging,
|
||||
Boost (http://www.boost.org/) library for almost everything, and can use Botan
|
||||
|
@@ -1,3 +1,7 @@
|
||||
827. [build] jiri, tomek
|
||||
Deprecated AC_PROG_LIBTOOL macro replaced by LT_INIT.
|
||||
(Trac #3525, git 6c0aacf29fae1d0501ca69ff6324df8d4fc8c7ee)
|
||||
|
||||
826. [bug] jiri, tomek
|
||||
Compilation fix for Red Hat running on armv7.
|
||||
(Trac #3526, git eac5a80472dcb78b538c2ed34cc0534f801e5145)
|
||||
|
@@ -79,7 +79,7 @@ CFLAGS_SAVED=$CFLAGS
|
||||
CXXFLAGS_SAVED=$CXXFLAGS
|
||||
CFLAGS="$CFLAGS $CXX_LIBTOOL_LDFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS $CXX_LIBTOOL_LDFLAGS"
|
||||
AC_PROG_LIBTOOL
|
||||
LT_INIT
|
||||
CFLAGS=$CFLAGS_SAVED
|
||||
CXXFLAGS=$CXXFLAGS_SAVED
|
||||
|
||||
|
Reference in New Issue
Block a user