Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 67834 Details for
Bug 105160
libsdl compiles incorrectly with uclibc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patches the configure.in to correctly detect dlvsym
libsdl-dlvsym.patch (text/plain), 875 bytes, created by
Rande Knight
on 2005-09-07 09:06:39 UTC
(
hide
)
Description:
patches the configure.in to correctly detect dlvsym
Filename:
MIME Type:
Creator:
Rande Knight
Created:
2005-09-07 09:06:39 UTC
Size:
875 bytes
patch
obsolete
>--- configure.in 23 Aug 2005 06:36:23 -0000 1.166 >+++ configure.in 7 Sep 2005 15:46:26 -0000 >@@ -313,18 +313,8 @@ CheckALSA() > CFLAGS="$CFLAGS -DALSA_SUPPORT -DALSA_DYNAMIC=\$(alsa_lib) $ALSA_CFLAGS" > AC_SUBST(alsa_lib) > >- AC_MSG_CHECKING(for dlvsym) > use_dlvsym=no >- AC_TRY_COMPILE([ >- #include <stdio.h> >- #define __USE_GNU >- #include <dlfcn.h> >- ],[ >- dlvsym(NULL,"",""); >- ],[ >- use_dlvsym=yes >- ]) >- AC_MSG_RESULT($use_dlvsym); >+ AC_CHECK_LIB(dl, dlvsym, [use_dlvsym=yes]) > if test x$use_dlvsym = xyes; then > CFLAGS="$CFLAGS -DUSE_DLVSYM" > 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 105160
: 67834