Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189568 Details for
Bug 267604
dev-libs/libgamin-0.1.10-r2 and app-admin/gam-server-0.1.10 fail to crosscompile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Replace AC_RUN_IFELSE with AC_TRY_RUN so that the test is considered failed when crosscompiling but configure does not stop
libgamin-0.1.10-crosscompile.patch (text/plain), 764 bytes, created by
Andrei Slavoiu
on 2009-04-26 21:36:13 UTC
(
hide
)
Description:
Replace AC_RUN_IFELSE with AC_TRY_RUN so that the test is considered failed when crosscompiling but configure does not stop
Filename:
MIME Type:
Creator:
Andrei Slavoiu
Created:
2009-04-26 21:36:13 UTC
Size:
764 bytes
patch
obsolete
>--- configure.in.orig 2009-04-26 23:00:43.445135823 +0300 >+++ configure.in 2009-04-26 23:25:04.042489243 +0300 >@@ -389,8 +389,7 @@ > > AC_MSG_CHECKING(abstract socket namespace) > AC_LANG_PUSH(C) >-AC_RUN_IFELSE([AC_LANG_PROGRAM( >-[[ >+AC_TRY_RUN([ > #include <sys/types.h> > #include <stdlib.h> > #include <string.h> >@@ -398,8 +397,8 @@ > #include <sys/socket.h> > #include <sys/un.h> > #include <errno.h> >-]], >-[[ >+ >+int main() { > int listen_fd; > struct sockaddr_un addr; > >@@ -424,9 +423,11 @@ > } > else > exit (0); >-]])], >- [have_abstract_sockets=yes], >- [have_abstract_sockets=no]) >+} >+], >+have_abstract_sockets=yes, >+have_abstract_sockets=no, >+have_abstract_sockets=no) > AC_LANG_POP(C) > AC_MSG_RESULT($have_abstract_sockets) >
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 267604
: 189568