Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 207272 Details for
Bug 248013
net-irc/bobotpp: 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]
fixing as-needed issues
bobotpp-2.2.2-as-needed.patch (text/plain), 568 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2009-10-16 05:24:34 UTC
(
hide
)
Description:
fixing as-needed issues
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2009-10-16 05:24:34 UTC
Size:
568 bytes
patch
obsolete
>--- bobotpp-2.2.2.orig/configure.ac 2006-06-29 02:02:46.000000000 +0200 >+++ bobotpp-2.2.2/configure.ac 2009-10-15 19:31:42.058285332 +0200 >@@ -58,9 +58,9 @@ > AC_CPP_STL_IOSBASE > > dnl Checks for libraries. >-AC_CHECK_LIB(crypt, crypt, [LDFLAGS="-lcrypt $LDFLAGS]") >-AC_CHECK_LIB(socket, socket, [LDFLAGS="-lsocket $LDFLAGS]") >-AC_CHECK_LIB(nsl, connect, [LDFLAGS="-lnsl $LDFLAGS]") >+AC_CHECK_LIB(crypt, crypt) >+AC_CHECK_LIB(socket, socket) >+AC_CHECK_LIB(nsl, connect) > > dnl CC++ is special (no function to check_lib on > dnl AC_CHECK_PROG(CCGNU_FOUND, [ccgnu2-config],
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 248013
:
172728
|
207230
|
207233
| 207272