Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 354494 Details for
Bug 478642
net-print/cups-filters-1.0.35: compile fails on G/FBSD, cannot find -ldl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sample patch for configure.ac
cups-filters-1.0.35-fbsd-ldl.patch (text/plain), 441 bytes, created by
Yuta SATOH
on 2013-07-29 11:27:10 UTC
(
hide
)
Description:
sample patch for configure.ac
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2013-07-29 11:27:10 UTC
Size:
441 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index b5126a4..1e3d330 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -116,7 +116,8 @@ AC_DEFINE_DIR(BANNERTOPDF_DATADIR, "{CUPS_DATADIR}/data", [Directory where banne > > AC_SEARCH_LIBS([dlopen], > [dl], >- DLOPEN_LIBS="-ldl", >+ [test "$ac_cv_search_dlopen" = "none required" || >+ DLOPEN_LIBS="$ac_cv_search_dlopen"], > AC_MSG_ERROR([unable to find the dlopen() function]) > ) > AC_SUBST(DLOPEN_LIBS)
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 478642
: 354494