Browse Source

* updated pam (0.99.6.3 -> 0.99.7.1)

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20567 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
38af1a4afe
  1. 24
      base/pam/hostcc.patch
  2. 8
      base/pam/pam.desc

24
base/pam/hostcc.patch

@ -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 $@

8
base/pam/pam.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../pam/pam.desc [COPY] Filename: package/.../pam/pam.desc
[COPY] Copyright (C) 2006 The OpenSDE Project [COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY] [COPY]
@ -33,9 +33,9 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 0.99.6.3 [V] 0.99.7.1
[P] X -1-3-5---9 178.700 [P] X -1-3-5---9 178.700
[D] 615574600 Linux-PAM-0.99.6.3.tar.bz2 http://www.kernel.org/pub/linux/libs/pam/pre/library/ [D] 3242484042 Linux-PAM-0.99.7.1.tar.bz2 http://www.kernel.org/pub/linux/libs/pam/pre/library/
[D] 1017566611 Linux-PAM-0.99.6.3-docs.tar.bz2 http://www.kernel.org/pub/linux/libs/pam/pre/doc/ [D] 962047574 Linux-PAM-0.99.7.1-docs.tar.bz2 http://www.kernel.org/pub/linux/libs/pam/pre/doc/

Loading…
Cancel
Save