]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[rt45019] fix some library ordering problems
authorEvan Hunt <each@isc.org>
Thu, 7 Sep 2017 06:01:54 +0000 (23:01 -0700)
committerEvan Hunt <each@isc.org>
Thu, 7 Sep 2017 06:01:54 +0000 (23:01 -0700)
bin/rndc/Makefile.in
bin/tools/Makefile.in
lib/isc/hmacmd5.c
lib/isc/hmacsha.c
lib/isc/sha1.c
lib/isc/sha2.c
lib/isccfg/tests/Makefile.in

index 7a7b13a1a9eae6d4bed473f51f5c9d05e0f69863..07909ddab5dea7160130a2aaa077dcdbabb45556 100644 (file)
@@ -61,7 +61,7 @@ rndc.@O@: rndc.c
 
 rndc@EXEEXT@: rndc.@O@ util.@O@ ${RNDCDEPLIBS}
        export BASEOBJS="rndc.@O@ util.@O@"; \
-       export LIBS0="${ISCCFGLIBS} ${ISCCCLIBS} ${BIND9LIBS} ${DNSLIBS}"; \
+       export LIBS0="${ISCCFGLIBS} ${ISCCCLIBS} ${BIND9LIBS} ${ISCLIBS} ${DNSLIBS}"; \
        ${FINALBUILDCMD}
 
 doc man:: ${MANOBJS}
index ce4441c11c5e2809a9fffdc96d01bd8e3f482a61..1180d61d17cc489b8b4ab812af5e88b104ee7f6b 100644 (file)
@@ -78,7 +78,7 @@ named-rrchecker@EXEEXT@: named-rrchecker.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
 
 nsec3hash@EXEEXT@: nsec3hash.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
        export BASEOBJS="nsec3hash.@O@"; \
-       export LIBS0="${DNSLIBS}"; \
+       export LIBS0="${ISCLIBS} ${DNSLIBS}"; \
        ${FINALBUILDCMD}
 
 isc-hmac-fixup@EXEEXT@: isc-hmac-fixup.@O@ ${ISCDEPLIBS}
index 639a197c377f3573a3a6e880bf67fbb019d1897d..7121cbcc9c24ab509d1b747129682edaa3599fab 100644 (file)
@@ -6,8 +6,6 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-/* $Id: hmacmd5.c,v 1.16 2009/02/06 23:47:42 tbox Exp $ */
-
 /*! \file
  * This code implements the HMAC-MD5 keyed hash algorithm
  * described in RFC2104.
index 581af86a46578c127a01d8284252239f673f8154..6e42ade21812995643bd127aaeec38b4d55f4a93 100644 (file)
@@ -6,8 +6,6 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-/* $Id$ */
-
 /*
  * This code implements the HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA384
  * and HMAC-SHA512 keyed hash algorithm described in RFC 2104 and
index 1b7bc1973e1e022a6d62ca4e21143c9e1821adb2..cb9e66f9b9d0d3f2b3613e90b43ca2806d734116 100644 (file)
@@ -6,8 +6,6 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-/* $Id$ */
-
 /*     $NetBSD: sha1.c,v 1.5 2000/01/22 22:19:14 mycroft Exp $ */
 /*     $OpenBSD: sha1.c,v 1.9 1997/07/23 21:12:32 kstailey Exp $       */
 
index 26a940a0bd477201fff33e557728e9efed07e7b3..1d0ad4d0cf40de2b9782f42e702f198e36e02039 100644 (file)
@@ -6,8 +6,6 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-/* $Id$ */
-
 /*     $FreeBSD: src/sys/crypto/sha2/sha2.c,v 1.2.2.2 2002/03/05 08:36:47 ume Exp $    */
 /*     $KAME: sha2.c,v 1.8 2001/11/08 01:07:52 itojun Exp $    */
 
index be64b929650e49ae906f01342796781fc1ab2a2a..fee8a7a7934515cb3c3364ec7c403dcb8b04d090 100644 (file)
@@ -40,8 +40,8 @@ TARGETS =     parser_test@EXEEXT@
 
 parser_test@EXEEXT@: parser_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS} ${ISCCFGDEPLIBS}
        ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ \
-                       parser_test.@O@ ${ISCCFGLIBS} ${DNSLIBS} \
-                               ${ISCLIBS} ${LIBS}
+                       parser_test.@O@ ${ISCCFGLIBS} ${ISCLIBS} \
+                               ${DNSLIBS} ${LIBS}
 
 unit::
        sh ${top_srcdir}/unit/unittest.sh