Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 287619 Details for
Bug 293921
dev-build/libtool requires /usr/lib*/libltdl.la
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
configure-no-ltdl.la.patch
configure-no-ltdl.la.patch (text/plain), 552 bytes, created by
Nathan Phillip Brink (binki) (RETIRED)
on 2011-09-24 20:16:13 UTC
(
hide
)
Description:
configure-no-ltdl.la.patch
Filename:
MIME Type:
Creator:
Nathan Phillip Brink (binki) (RETIRED)
Created:
2011-09-24 20:16:13 UTC
Size:
552 bytes
patch
obsolete
>--- a/configure >+++ b/configure >@@ -12792,4 +12792,7 @@ > if test -n "$with_ltdl_lib"; then >- if test -f "$with_ltdl_lib/libltdl.la"; then : >- else >+ # check for the existence of "$with_ltdl_lib/libltdl.la" while >+ # allowing people to delete the libtool archive file (which isn't >+ # useful in this case in many common platforms.) >+ with_ltdl_lib_libname=`echo "$with_ltdl_lib"/libltdl.*` >+ if test "x$with_ltdl_lib_libname" = "x$with_ltdl_lib/libltdl.*"; then > as_fn_error $? "invalid ltdl library directory: \`$with_ltdl_lib'" "$LINENO" 5
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 293921
:
221239
|
221357
| 287619 |
287621