Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 226743 Details for
Bug 313165
net-p2p/gnunet: 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
0.8.1-asneeded.patch (text/plain), 1.33 KB, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-04-06 15:31:40 UTC
(
hide
)
Description:
fixing as-needed issues
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-04-06 15:31:40 UTC
Size:
1.33 KB
patch
obsolete
>Fixing as-needed issues > >http://bugs.gentoo.org/313165 > >--- configure.ac >+++ configure.ac >@@ -39,8 +39,8 @@ > AC_PROG_MAKE_SET > LT_CONFIG_LTDL_DIR([libltdl]) > LT_INIT([disable-static dlopen win32-dll]) >-AM_PATH_LIBLTDL([lt_dlopenext lt_dlsym], ,AC_MSG_ERROR([GNUnet needs libltdl])) > LT_LIB_DLLOAD >+AM_PATH_LIBLTDL([lt_dlopenext lt_dlsym], ,AC_MSG_ERROR([GNUnet needs libltdl])) > AC_SUBST(MKDIR_P) > > # large file support >--- m4/libltdl-external.m4 >+++ m4/libltdl-external.m4 >@@ -19,15 +19,17 @@ > libltdl_prefix="$withval", libltdl_prefix="") > ltdl_save_CPPFLAGS="$CPPFLAGS" > ltdl_save_LDFLAGS="$LDFLAGS" >+ ltdl_save_LIBS="$LIBS" > if test x$libltdl_prefix != x ; then >- CPPFLAGS="-I$libltdl_prefix/include $CPPFLAGS" >- LDFLAGS="-L$libltdl_prefix/lib -lltdl $LDFLAGS" >+ CPPFLAGS="$CPPFLAGS -I$libltdl_prefix/include" >+ LDFLAGS="$LDFLAGS -L$libltdl_prefix/lib" >+ LIBS="-lltdl $LIBS" > else > if test x"$LIBLTDL" = x ; then > LIBLTDL="-lltdl" > fi > CPPFLAGS="$LTDLINCL $CPPFLAGS" >- LDFLAGS="$LIBLTDL $LDFLAGS" >+ LIBS="$LIBLTDL $LIBS" > fi > > symbols_to_check=ifelse([$1], ,"ltdl_dlopen","$1") >@@ -59,6 +61,7 @@ > fi > CPPFLAGS="$ltdl_save_CPPFLAGS" > LDFLAGS="$ltdl_save_LDFLAGS" >+ LIBS="$ltdl_save_LIBS" > > AC_MSG_CHECKING(for libltdl with symbols $symbols_to_check) > if test $ltdl_found = yes; then
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 313165
:
226601
|
226741
| 226743 |
226745