Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
4e9e28dc
Commit
4e9e28dc
authored
Aug 21, 2014
by
Tomek Mrugalski
🛰
Browse files
[master] Merge branch 'trac3525' (AC_PROG_LIBTOOL => LT_INIT)
Conflicts: AUTHORS ChangeLog
parents
fb947c59
44b9542c
Changes
3
Hide whitespace changes
Inline
Side-by-side
AUTHORS
View file @
4e9e28dc
...
...
@@ -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
...
...
ChangeLog
View file @
4e9e28dc
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)
...
...
configure.ac
View file @
4e9e28dc
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment