- 04 May, 2011 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
But it's mostly empty for now.
-
- 03 May, 2011 1 commit
-
-
JINMEI Tatuya authored
this fixes regression for MacOS X.
-
- 02 May, 2011 3 commits
-
-
JINMEI Tatuya authored
to LDFLAGS.
-
JINMEI Tatuya authored
according to the libtool manual, http://www.gnu.org/software/libtool/manual/html_node/Link-mode.html the intent seems to propagate -R from a library's dependency_libs to the program that uses the library. On our systems libtool doesn't do this propagation and we needed the global rpath, but if the documentation is correct, there may be a version of libtool that works.
-
JINMEI Tatuya authored
rpath in the global LDFLAGS. also remove BOTAN_RPATH from libcryptolink/Makefile.am (which is not part of fix, but is simply unnecessary)
-
- 30 Apr, 2011 2 commits
-
-
Jeremy C. Reed authored
Add missing libdns++ rdata files for the distribution (this fixes distcheck error). Change three generated libdns++ headers to "nodist" so they aren't included in the distribution (they were mistakenly included in last tarball). This fixes two immediate problems: If you do a distcheck build or create a tarball it would mistakenly include the rdataclass.h, rrclass.h, and rrtype.h headers. They are supposed to be generated at build time. Also the rp_17 rdata files were not included in the distribution, so building would fail because rdataclass didn't define the RP class. This update also includes the nsec_bitmap rdata files. (I didn't see any problem related to this, but I assume they were meant to be shipped.) I added two generated files to BUILT_SOURCES. Not necessarily required, but this implies that the target for these should be done before the regular build (so this makes sure the generated files are created). Discussed a little on jabber on Friday. This should fix the existing distcheck autobuilder failures.
-
JINMEI Tatuya authored
-
- 29 Apr, 2011 5 commits
-
-
Jeremy C. Reed authored
I alphabetically sorted some EXTRA_DIST entries so I can quickly see differences when updating this. This is only for what is included in the tarball.
-
Jelte Jansen authored
acked by shane on jabber
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
Conflicts: doc/Doxyfile src/lib/Makefile.am src/lib/cryptolink/cryptolink.cc src/lib/dns/tsigkey.cc src/lib/util/unittests/Makefile.am Other fixes: - cppcheck filter adjustment - (indirect) dependency on libbotan. actually we should be able to make the link within libcryptolink, so I chose that approach. hopefully it doesn't break autobuild.
-
JINMEI Tatuya authored
-
- 28 Apr, 2011 10 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
they were actually not "SOURCES", and caused distcheck failures. discussed on jabber.
-
-
JINMEI Tatuya authored
use -L`botan-config --prefix`/lib and -I`botan-config --prefix`/include.
-
Jelte Jansen authored
-
Jelte Jansen authored
if nothing (or --with-botan) is specified it will be taken from $PATH, if --with-botan=dir is specified it will be taken from $withval/bin If --without-botan is specified configure will print an error
-
Jelte Jansen authored
-
Jelte Jansen authored
-
-
- 27 Apr, 2011 11 commits
-
-
JINMEI Tatuya authored
(also made a minor editorial cleanup: removed a redundant space in .cc)
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
consists of the originally proposed patch with additional fixes to bin/stats to make it testable
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Jelte Jansen authored
Conflicts: configure.ac doc/Doxyfile src/lib/Makefile.am Also updated includes (because of the lib/util move)
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
added new test for that. with some other cleanups.
-
- 26 Apr, 2011 5 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
-
JINMEI Tatuya authored
noticed in previous review, but forgot to mention that. very trivial, so decided to push it directly.
-