]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2237. [bug] BUILD_LDFLAGS was not being correctly set. [RT #17614]
authorMark Andrews <marka@isc.org>
Mon, 18 Feb 2008 22:46:38 +0000 (22:46 +0000)
committerMark Andrews <marka@isc.org>
Mon, 18 Feb 2008 22:46:38 +0000 (22:46 +0000)
CHANGES
make/rules.in

diff --git a/CHANGES b/CHANGES
index 5e65a918a3d310db212d439743592c74aee3a7c6..b8fba76c32502329d4d817777a4b4c445062a0cf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2237.  [bug]           BUILD_LDFLAGS was not being correctly set.  [RT #17614]
+
        --- 9.3.5rc1 released ---
 
 2328.  [maint]         Add AAAA addresses for A.ROOT-SERVERS.NET,
index b74ceb2714898d5c0b9db749ae3ee5302eddfa30..3c2c6620ec3fefdc4cd2bd956b80150d088d82c5 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: rules.in,v 1.40.2.5.4.13 2007/08/28 07:19:18 tbox Exp $
+# $Id: rules.in,v 1.40.2.5.4.14 2008/02/18 22:46:38 marka Exp $
 
 ###
 ### Common Makefile rules for BIND 9.
@@ -104,7 +104,7 @@ STD_CWARNINGS =     @STD_CWARNINGS@
 BUILD_CC = @BUILD_CC@
 BUILD_CFLAGS = @BUILD_CFLAGS@
 BUILD_CPPFLAGS = @BUILD_CPPFLAGS@
-BUILD_LDFAGS = @BUILD_LDFAGS@
+BUILD_LDFLAGS = @BUILD_LDFLAGS@
 BUILD_LIBS = @BUILD_LIBS@
 
 .SUFFIXES: