2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 12:37:55 +00:00

33 Commits

Author SHA1 Message Date
Marcin Siodelski
3d18318f68 [4236] Updated copyright dates in all files. 2015-12-16 15:28:44 +01:00
Marcin Siodelski
fe9dd86d20 [4236] Replaced license text in all files containing it. 2015-12-16 13:37:29 +01:00
Tomek Mrugalski
aeea893fb1 [3421] Changes after review:
- removed examples/INSTALL (there's nothing to install)
 - updated examples/README (bind10 => Kea)
2014-08-19 20:33:17 +02:00
Tomek Mrugalski
60df6f7af9 [3421] Removed host and obsolete bind10/rpath/boost macros. 2014-08-14 18:24:14 +02:00
Tomek Mrugalski
7ebd4f56e1 [3417] "bind 10" => Kea converted in many .cc/.h files 2014-08-06 11:24:16 +02:00
Tomek Mrugalski
a1d6621eaf [trac3449] make sure -R has argument (directory) in m4 macro that tests availability.
Bundy issue 6:
(should also be trivial enough, so I'm pushing it directly at my discretion)
without this it's possible that it only results in warning on a system
that doesn't actually support this flag (such as MacOS X) and subsequently
causes build failure.
2014-05-13 14:34:49 +02:00
Tomek Mrugalski
14c3e386f3 [3449] Fix in ax_isc_rpath.m4 macro 2014-05-10 01:44:41 +02:00
Jelte Jansen
716006fe1b [1086] Replace addr#port with addr:port
So that output of addresses is now consistent
2013-03-20 15:11:52 +01:00
Jeremy C. Reed
6ae0d625f0 [master] many misspelling and typo fixes
reviewed by jelte via jabber.

Changes some log message descriptions and some
function arguments and some output.
2013-03-06 08:41:51 -06:00
JINMEI Tatuya
acd8358522 [2667] minor doc update: mentioning --disable-rpath and not mentioning -rpath
(-rpath isn't actually checked in this macro)
2013-01-31 14:18:29 -08:00
JINMEI Tatuya
23610f5bf4 [2667] editorial fix: folded some long lines 2013-01-31 14:04:05 -08:00
Adam Tkac
1c50c5a6ee [2667] Add --disable-rpath configure switch.
Some dynamic linkers are wise enough (at least the Linux one) to correctly pick
needed shared libraries without hardcoded rpath. The --disable-rpath configure
switch allows distributors to avoid hardcoded rpath paths in libraries and
executables.

Signed-off-by: Adam Tkac <atkac@redhat.com>
2013-01-31 13:56:21 -08:00
JINMEI Tatuya
786673c699 [master] corrected a trivial typo, commiting at my discretion. 2012-12-23 10:18:01 -08:00
JINMEI Tatuya
1b828baa8e [master] check -lnsl, -lsocket for some network API libs.
this is necessary for Solaris. okayed on jabber.
2012-11-08 04:13:08 +00:00
JINMEI Tatuya
18520152ce [2356] try -Wl,-R first to make it safer for build-time failure 2012-11-02 11:07:55 -07:00
JINMEI Tatuya
1f2f8e9d49 [2356] fixed typo: use ISC_RPATH_FLAG instead of hardcoded "-R" 2012-11-02 13:58:15 -04:00
JINMEI Tatuya
d12d0c3368 [2356] more note about rpath, in README. 2012-10-31 15:46:02 -07:00
JINMEI Tatuya
8df24b61c3 [2356] added some note about rpath 2012-10-31 15:38:21 -07:00
JINMEI Tatuya
9f360b39c7 [2356] introduce the helper m4 macro to identify -R variant linker options
extracted from the top-level configure.ac.
2012-10-31 15:31:29 -07:00
JINMEI Tatuya
5e97750478 [2356] set the saved LIBS correctly 2012-10-31 14:56:34 -07:00
JINMEI Tatuya
b1f95f0359 [2356] corrected ressoring LDFLAGS.
we should have used _SAVED; also we need to make a copy of LDFLAGS (in
LDFLAGS_SAVED) before extending it.  it now does both of these correctly.
2012-10-31 14:51:22 -07:00
JINMEI Tatuya
82c05da76c [2356] wording fix in an error message 2012-10-31 14:40:33 -07:00
JINMEI Tatuya
5ee9df691d [2356] add BOOST_CPPFLAGS for checking BIND 10 common .h and lib
util/buffer.h needs a boosst header file, so we make sure it's in the path
2012-10-31 14:37:48 -07:00
JINMEI Tatuya
240c5dfdc3 [2356] renamed CPPFLAGS_SAVES to _SAVED for consistency.
this is editorial; no behavior change.
2012-10-31 14:28:04 -07:00
JINMEI Tatuya
e2d1490eb8 [master] minor wording fix in a README file.
committing at my discretion.
2012-10-10 15:14:52 -07:00
JINMEI Tatuya
0d4a6b6be1 [1870] avoid using "no" keyword as a configured value for "bind10-include". 2012-10-03 14:12:39 -07:00
JINMEI Tatuya
686eb4e9ed [1870] removed unnecessary call to AX_BOOST_INCLUDE.
since AC_REQUIRE internally does it.
2012-10-03 12:21:40 -07:00
JINMEI Tatuya
f00da76cb7 [1870] some more doc cleanups 2012-10-01 15:31:27 -07:00
JINMEI Tatuya
75ee32436f [1870] provided top level README 2012-10-01 15:26:25 -07:00
JINMEI Tatuya
ef8ecac02a [1870] separated BIND 10 common libs and DNS lib
so that we can eventually selectively choose module specific libraries.
2012-10-01 15:12:52 -07:00
JINMEI Tatuya
5bc38109a4 [1870] introduced separate m4 files for dependencies. 2012-09-29 12:15:22 -07:00
JINMEI Tatuya
805fda7d95 [1870] moved src/bin/host under example/
(at least for now) there's no way to transform xml doc to other formats.
only xml is provided for reference.
2012-09-29 12:15:21 -07:00
JINMEI Tatuya
370861e432 [1870] created a separate dir to store example "3rd party" apps using BIND 10. 2012-09-29 12:15:21 -07:00