Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111706 Details for
Bug 163057
app-misc/ddccontrol-0.4.2 fails to build w/ pciutils-2.2.4 compiled w/ USE=zlib
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ddccontrol-0.4.2-pciutils-2.2.4-libz.patch
ddccontrol-0.4.2-pciutils-2.2.4-libz.patch (text/plain), 1016 bytes, created by
Nicolas Boichat
on 2007-03-01 15:07:12 UTC
(
hide
)
Description:
ddccontrol-0.4.2-pciutils-2.2.4-libz.patch
Filename:
MIME Type:
Creator:
Nicolas Boichat
Created:
2007-03-01 15:07:12 UTC
Size:
1016 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /cvsroot/ddccontrol/ddccontrol/configure.ac,v >retrieving revision 1.40 >diff -u -r1.40 configure.ac >--- configure.ac 26 Jul 2006 22:02:15 -0000 1.40 >+++ configure.ac 1 Mar 2007 14:49:35 -0000 >@@ -101,7 +101,10 @@ > DDCPCI= > if test x$support_ddcpci = xyes; then > AC_CHECK_HEADERS([pci/pci.h], [], [AC_MSG_ERROR([PCI utils headers not found, please install pci-utils.], [1])], []) >- AC_CHECK_LIB([pci], [pci_alloc], [], [AC_MSG_ERROR([PCI utils library not found, please install pci-utils.], [1])]) >+ AC_CHECK_LIB([pci], [pci_alloc], [], [ >+ AC_CHECK_LIB([z], [gzopen], [], [AC_MSG_ERROR([PCI utils library not found, please install pci-utils.], [1])]) >+ AC_CHECK_LIB([pci], [pci_fill_info], [], [AC_MSG_ERROR([PCI utils library not found, please install pci-utils.], [1])], [-lz]) >+ ]) > DDCPCI=ddcpci > AC_DEFINE_UNQUOTED(HAVE_DDCPCI, 1, [Define if ddccontrol is built with ddcpci support.]) > fi
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 163057
:
108719
|
109965
| 111706