Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 695667 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 autoreconf.
0001-Build-Fix-autoreconf.patch (text/plain), 1.28 KB, created by
orbea
on 2021-03-28 18:22:39 UTC
(
hide
)
Description:
Patch to fix autoreconf.
Filename:
MIME Type:
Creator:
orbea
Created:
2021-03-28 18:22:39 UTC
Size:
1.28 KB
patch
obsolete
>From f3f463faa8cb73ffbdce172bddfa839eb65b2d0f Mon Sep 17 00:00:00 2001 >From: orbea <orbea@riseup.net> >Date: Sat, 27 Mar 2021 07:44:14 -0700 >Subject: [PATCH 1/2] Build: Fix autoreconf. > >--- > Makefile.am | 2 +- > configure.ac | 3 ++- > doc/Makefile.am | 2 +- > 3 files changed, 4 insertions(+), 3 deletions(-) > >diff --git a/Makefile.am b/Makefile.am >index c5d6b6e..746d893 100644 >--- a/Makefile.am >+++ b/Makefile.am >@@ -11,7 +11,7 @@ tigerinc_HEADERS=include/tiger/tiger.h include/tiger/tiger_config.h > tigerpc_DATA=misc/pkgconfig/tiger.pc > noinst_DATA=misc/pkgconfig/tiger-uninstalled.pc > >-LIBTOOLFLAGS=--silent >+AM_LIBTOOLFLAGS=--silent > > AM_CPPFLAGS=-I $(top_srcdir)/src -I $(top_srcdir)/include > >diff --git a/configure.ac b/configure.ac >index 2f63684..a1cf2ae 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -26,6 +26,8 @@ dnl then set AGE to 0. > > LIBTIGER_SHARED_VERSION="5:2:0" > >+AM_PROG_AR >+ > AC_PROG_CC_C_O > AC_PROG_LIBTOOL > AC_PROG_GREP >@@ -35,7 +37,6 @@ AC_PROG_SED > AC_C_CONST > AC_C_INLINE > >- > # headers > > AC_HEADER_STDC >diff --git a/doc/Makefile.am b/doc/Makefile.am >index 70d48c5..01e95d3 100644 >--- a/doc/Makefile.am >+++ b/doc/Makefile.am >@@ -1,4 +1,4 @@ >-LIBTOOLFLAGS=--silent >+AM_LIBTOOLFLAGS=--silent > > # dependency to get doc to be built > noinst_DATA = .doc-dummy-target >-- >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