Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 695673 Details for
Bug 778980
sys-auth/thinkfinger-0.3-r3 - rdlibtool: error: output file prefix does not match its (shared library) suffix; the expected prefix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix the build with slibtool.
0002-build-Fix-creating-the-libpam_thinkfinger-library.patch (text/plain), 1.56 KB, created by
orbea
on 2021-03-28 18:25:10 UTC
(
hide
)
Description:
Patch to fix the build with slibtool.
Filename:
MIME Type:
Creator:
orbea
Created:
2021-03-28 18:25:10 UTC
Size:
1.56 KB
patch
obsolete
>From 477ef76901ae46d58202091060a763f9b4c4b57f Mon Sep 17 00:00:00 2001 >From: orbea <orbea@riseup.net> >Date: Sun, 28 Mar 2021 11:08:43 -0700 >Subject: [PATCH 2/2] build: Fix creating the libpam_thinkfinger library. > >--- > pam/Makefile.am | 13 ++++++------- > 1 file changed, 6 insertions(+), 7 deletions(-) > >diff --git a/pam/Makefile.am b/pam/Makefile.am >index d3bfcab..38c3cab 100644 >--- a/pam/Makefile.am >+++ b/pam/Makefile.am >@@ -1,14 +1,13 @@ >-pam_PROGRAMS = pam_thinkfinger.so >+pam_LTLIBRARIES = libpam_thinkfinger.la > pamdir = $(SECUREDIR) > > INCLUDES = -I$(top_srcdir)/libthinkfinger > > if HAVE_OLD_PAM >-pam_thinkfinger_so_SOURCES = pam_thinkfinger-compat.c pam_thinkfinger-compat.h pam_thinkfinger-uinput.c pam_thinkfinger-uinput.h pam_thinkfinger.c >+libpam_thinkfinger_la_SOURCES = pam_thinkfinger-compat.c pam_thinkfinger-compat.h pam_thinkfinger-uinput.c pam_thinkfinger-uinput.h pam_thinkfinger.c > else >-pam_thinkfinger_so_SOURCES = pam_thinkfinger-uinput.c pam_thinkfinger-uinput.h pam_thinkfinger.c >+libpam_thinkfinger_la_SOURCES = pam_thinkfinger-uinput.c pam_thinkfinger-uinput.h pam_thinkfinger.c > endif >-pam_thinkfinger_so_LDFLAGS = -shared -Wl,-soname,pam_thinkfinger.so -Wl,--as-needed >-pam_thinkfinger_so_CFLAGS = $(CFLAGS) >-pam_thinkfinger_so_LDADD = $(top_builddir)/libthinkfinger/libthinkfinger.la $(PAM_LIBS) $(PTHREAD_LIBS) >- >+libpam_thinkfinger_la_LDFLAGS = -shared -Wl,-soname,pam_thinkfinger.so -Wl,--as-needed >+libpam_thinkfinger_la_CFLAGS = $(CFLAGS) >+libpam_thinkfinger_la_LIBADD = $(top_builddir)/libthinkfinger/libthinkfinger.la $(PAM_LIBS) $(PTHREAD_LIBS) >-- >2.26.3 >
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 778980
:
695616
|
695619
|
695622
|
695625
|
695628
|
695631
|
695634
|
695667
|
695670
| 695673