From: Harlan Stenn Date: Tue, 25 Jan 2011 03:05:31 +0000 (-0500) Subject: sntp/Makefile.am needs any passed-in CFLAGS. X-Git-Tag: NTP_4_2_7P124~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddd361f326fa459c9b6ac5941b5599592bd1c00f;p=thirdparty%2Fntp.git sntp/Makefile.am needs any passed-in CFLAGS. bk: 4d3e3dfbQEdLYdAkVP51VGOzwZP1Qw --- diff --git a/ChangeLog b/ChangeLog index 287bea2f5..da649fcf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* sntp/Makefile.am needs any passed-in CFLAGS. (4.2.7p123) 2011/01/24 Released by Harlan Stenn * [Bug 1788] tvtots.c tables inaccurate (4.2.7p122) 2011/01/22 Released by Harlan Stenn diff --git a/sntp/Makefile.am b/sntp/Makefile.am index 6ede1df14..71ffb2eec 100644 --- a/sntp/Makefile.am +++ b/sntp/Makefile.am @@ -6,7 +6,7 @@ NULL = AUTOMAKE_OPTIONS = foreign 1.10 ACLOCAL_AMFLAGS = -I m4 -I libopts/m4 -CFLAGS = @CFLAGS_NTP@ +CFLAGS = @CFLAGS@ @CFLAGS_NTP@ AM_CPPFLAGS = @CPPFLAGS_NTP@ INCLUDES = $(LIBOPTS_CFLAGS)