Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177038 Details for
Bug 248482
www-misc/mergelog: fails with forced --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch configure.in to call AM_PROG_CC_C_O, which is required to use the new Makefile.am
mergelog-4.5-configure-cc_c_o.patch (text/plain), 466 bytes, created by
Kevin Pyle
on 2009-01-01 23:01:28 UTC
(
hide
)
Description:
Patch configure.in to call AM_PROG_CC_C_O, which is required to use the new Makefile.am
Filename:
MIME Type:
Creator:
Kevin Pyle
Created:
2009-01-01 23:01:28 UTC
Size:
466 bytes
patch
obsolete
>Automake wants AM_PROG_CC_C_O in configure.in if a Makefile.am uses two >targets with the same base source file. > >--- a/configure.in 2009-01-01 16:36:02.000000000 -0600 >+++ b/configure.in 2009-01-01 16:35:51.000000000 -0600 >@@ -11,6 +11,8 @@ > dnl Checks for programs. > AC_PROG_CC > >+AM_PROG_CC_C_O >+ > dnl Checks for libraries. > dnl Replace `main' with a function in -lz: > AC_CHECK_LIB(z, main,, echo "you must install zlib on your system to compile mergelog" ; exit)
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 248482
:
173091
| 177038 |
177040
|
177042