|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Filename: package/.../pam/hostcc.patch
|
|
|
|
# Filename: package/.../pam/hostcc.patch
|
|
|
|
# Copyright (C) 2006 The OpenSDE Project
|
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -16,21 +16,21 @@ |
|
|
|
|
|
|
|
|
|
|
|
use HOST_CC instead of CC when building the helpers to generate doc/
|
|
|
|
use HOST_CC instead of CC when building the helpers to generate doc/
|
|
|
|
|
|
|
|
|
|
|
|
--- ./doc/specs/Makefile.in.orig 2006-09-10 16:20:54.000000000 +0200
|
|
|
|
--- ./doc/specs/Makefile.in.orig 2007-03-24 23:25:53.000000000 +0100
|
|
|
|
+++ ./doc/specs/Makefile.in 2006-09-10 16:31:27.000000000 +0200
|
|
|
|
+++ ./doc/specs/Makefile.in 2007-03-24 23:26:35.000000000 +0100
|
|
|
|
@@ -62,12 +62,12 @@
|
|
|
|
@@ -63,12 +63,12 @@
|
|
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
|
|
|
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
|
|
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
|
|
am__depfiles_maybe = depfiles
|
|
|
|
am__depfiles_maybe = depfiles
|
|
|
|
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
|
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
|
+COMPILE = $(HOST_CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
|
+COMPILE = $(HOST_CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
|
-LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
|
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
|
|
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(HOST_CC) $(DEFS) \
|
|
|
|
- --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
|
|
+ --mode=compile $(HOST_CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
|
|
$(AM_CFLAGS) $(CFLAGS)
|
|
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
|
-CCLD = $(CC)
|
|
|
|
-CCLD = $(CC)
|
|
|
|
+CCLD = $(HOST_CC)
|
|
|
|
+CCLD = $(HOST_CC)
|
|
|
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
|
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
|
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
|
|
|
YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
|
|
|
|
$(LDFLAGS) -o $@
|
|
|
|