From c388a2730d012b5101d264c83f8db586acd3a70c Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 1 Oct 2010 11:05:45 +0000 Subject: Relevant BUGIDs: #3078936 Purpose of commit: bugfix Commit summary: --------------- 2010-10-01 Thorsten Kukuk * configure.in: Extend cross compiling check. * doc/specs/Makefile.am: Set CFLAGS and LDFLAGS to BUILD_CFLAGS and BUILD_LDFLAGS. Bug #3078936 / gentoo #339174 --- doc/specs/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/specs') diff --git a/doc/specs/Makefile.am b/doc/specs/Makefile.am index d92ddd38..26882207 100644 --- a/doc/specs/Makefile.am +++ b/doc/specs/Makefile.am @@ -12,6 +12,8 @@ draft-morgan-pam-current.txt: padout draft-morgan-pam.raw AM_YFLAGS = -d CC = @CC_FOR_BUILD@ +CFLAGS = @BUILD_CFLAGS@ +LDFLAGS = @BUILD_LDFLAGS@ BUILT_SOURCES = parse_y.h -- cgit v1.2.3