BIND 10 trac2356, updated. 1f2f8e9d497246e335dcbb9604521eb70ccd4524 [2356] fixed typo: use ISC_RPATH_FLAG instead of hardcoded "-R"

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Nov 2 17:58:43 UTC 2012


The branch, trac2356 has been updated
       via  1f2f8e9d497246e335dcbb9604521eb70ccd4524 (commit)
      from  f2b5789e89f48e5a045f8c921f09b5c3caddea3a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1f2f8e9d497246e335dcbb9604521eb70ccd4524
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Nov 2 13:58:15 2012 -0400

    [2356] fixed typo: use ISC_RPATH_FLAG instead of hardcoded "-R"

-----------------------------------------------------------------------

Summary of changes:
 examples/m4/ax_isc_bind10.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/examples/m4/ax_isc_bind10.m4 b/examples/m4/ax_isc_bind10.m4
index 158f42d..75c37c5 100644
--- a/examples/m4/ax_isc_bind10.m4
+++ b/examples/m4/ax_isc_bind10.m4
@@ -93,7 +93,7 @@ do
 isc::util::OutputBuffer buffer(0);
 ], [BIND10_LDFLAGS="-L${d}"
     if test "x$ISC_RPATH_FLAG" != "x"; then
-       BIND10_RPATH="-R${d}"
+       BIND10_RPATH="${ISC_RPATH_FLAG}${d}"
     fi
     ])
   if test "x$BIND10_LDFLAGS" != "x"; then



More information about the bind10-changes mailing list