Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 348212 Details for
Bug 469774
sys-libs/pam: patch to build on uclibc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dunno what it does :)
libpam-xtests.patch (text/plain), 1.02 KB, created by
pmn
on 2013-05-14 02:17:25 UTC
(
hide
)
Description:
dunno what it does :)
Filename:
MIME Type:
Creator:
pmn
Created:
2013-05-14 02:17:25 UTC
Size:
1.02 KB
patch
obsolete
>This patch is used to create a new sub package libpam-xtests to do more checks. > >Upstream-Status: Pending > >Signed-off-by: Kang Kai <kai.kang@windriver.com> >--- Linux-PAM-1.1.4/xtests/Makefile.am.orig 2011-07-19 17:00:09.619980001 +0800 >+++ Linux-PAM-1.1.4/xtests/Makefile.am 2011-07-19 16:54:00.229979998 +0800 >@@ -7,7 +7,7 @@ > AM_LDFLAGS = -L$(top_builddir)/libpam -lpam \ > -L$(top_builddir)/libpam_misc -lpam_misc > >-CLEANFILES = *~ $(XTESTS) >+CLEANFILES = *~ > > EXTRA_DIST = run-xtests.sh tst-pam_dispatch1.pamd tst-pam_dispatch2.pamd \ > tst-pam_dispatch3.pamd tst-pam_dispatch4.pamd \ >@@ -51,3 +51,18 @@ > > xtests: $(XTESTS) run-xtests.sh > "$(srcdir)"/run-xtests.sh "$(srcdir)" ${XTESTS} ${NOSRCTESTS} >+ >+all: $(XTESTS) >+ >+install: install_xtests >+ >+install_xtests: >+ $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/xtests >+ for file in $(EXTRA_DIST) ; do \ >+ $(INSTALL) $$file $(DESTDIR)$(pkgdatadir)/xtests ; \ >+ done >+ for file in $(XTESTS); do \ >+ $(INSTALL) .libs/$$file $(DESTDIR)$(pkgdatadir)/xtests ; \ >+ done >+ >+.PHONY: all install_xtests
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 469774
:
348210
| 348212 |
348214
|
348216