Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 223735 Details for
Bug 309591
new ebuild sys-auth/pam_ccreds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pam_ccreds-10_find_pam_libdir.patch
pam_ccreds-10_find_pam_libdir.patch (text/plain), 1.73 KB, created by
Andreis Vinogradovs ( slepnoga )
on 2010-03-15 14:23:15 UTC
(
hide
)
Description:
pam_ccreds-10_find_pam_libdir.patch
Filename:
MIME Type:
Creator:
Andreis Vinogradovs ( slepnoga )
Created:
2010-03-15 14:23:15 UTC
Size:
1.73 KB
patch
obsolete
>--- Makefile.am.orig 2010-01-31 03:34:30.380483435 +0200 >+++ Makefile.am 2010-01-31 03:36:59.219484417 +0200 >@@ -11,15 +11,15 @@ > pam_ccreds_so_LDFLAGS = @pam_ccreds_so_LDFLAGS@ > > cc_test_SOURCES = cc_test.c >-cc_test_LDFLAGS = -Wl,-rpath -Wl,$(libdir)/security >+cc_test_LDFLAGS = -Wl,-rpath -Wl,@pam_dir@/security > cc_test_LDADD = pam_ccreds.so -lpam -lpam_misc > > cc_dump_SOURCES = cc_dump.c >-cc_dump_LDFLAGS = -Wl,-rpath -Wl,$(libdir)/security >+cc_dump_LDFLAGS = -Wl,-rpath -Wl,@pam_dir@/security > cc_dump_LDADD = pam_ccreds.so -lpam -lpam_misc > > ccreds_chkpwd_SOURCES = ccreds_chkpwd.c >-ccreds_chkpwd_LDFLAGS = -Wl,-rpath -Wl,$(libdir)/security >+ccreds_chkpwd_LDFLAGS = -Wl,-rpath -Wl,@pam_dir@/security > ccreds_chkpwd_LDADD = pam_ccreds.so -lpam -lpam_misc > > DEFS = @DEFS@ >@@ -36,15 +36,15 @@ > > install-exec-local: pam_ccreds.so > @$(NORMAL_INSTALL) >- $(mkinstalldirs) $(DESTDIR)$(libdir)/security >+ $(mkinstalldirs) $(DESTDIR)@pam_dir@/security > if EXTENSION_SO >- $(INSTALL_PROGRAM) -o root -g root pam_ccreds.so $(DESTDIR)$(libdir)/security/pam_ccreds.so >+ $(INSTALL_PROGRAM) -o root -g root pam_ccreds.so $(DESTDIR)@pam_dir@/security/pam_ccreds.so > else > if EXTENSION_1 >- $(INSTALL_PROGRAM) -o root -g root pam_ccreds.so $(DESTDIR)$(libdir)/security/libpam_ccreds.1 >+ $(INSTALL_PROGRAM) -o root -g root pam_ccreds.so $(DESTDIR)@pam_dir@/security/libpam_ccreds.1 > else >- $(INSTALL_PROGRAM) -o root -g root pam_ccreds.so $(DESTDIR)$(libdir)/security/pam_ccreds.so.1 >- (cd $(DESTDIR)$(libdir)/security; rm -f pam_ccreds.so; ln -s pam_ccreds.so.1 pam_ccreds.so) >+ $(INSTALL_PROGRAM) -o root -g root pam_ccreds.so $(DESTDIR)@pam_dir@/security/pam_ccreds.so.1 >+ (cd $(DESTDIR)@pam_dir@/security; rm -f pam_ccreds.so; ln -s pam_ccreds.so.1 pam_ccreds.so) > endif > endif >
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 Raw
Actions:
View
Attachments on
bug 309591
:
223731
|
223733
| 223735 |
223737