From: Mark Andrews Date: Mon, 18 Feb 2008 22:46:38 +0000 (+0000) Subject: 2237. [bug] BUILD_LDFLAGS was not being correctly set. [RT #17614] X-Git-Tag: v9.3.5rc2~11 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7d161d3bc7574566dee4ecf0b468b150a556a31d;p=thirdparty%2Fbind9.git 2237. [bug] BUILD_LDFLAGS was not being correctly set. [RT #17614] --- diff --git a/CHANGES b/CHANGES index 5e65a918a3d..b8fba76c325 100644 --- 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, diff --git a/make/rules.in b/make/rules.in index b74ceb27148..3c2c6620ec3 100644 --- a/make/rules.in +++ b/make/rules.in @@ -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: