Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 443144 Details for
Bug 588388
net-misc/networkmanager-openvpn-1.2.2 fails to build: 'gio/gio.h: No such file or directory'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
networkmanager-openvpn-1.2.4-fix-undefined-reference-to-dlclose.patch
networkmanager-openvpn-1.2.4-fix-undefined-reference-to-dlclose.patch (text/plain), 1.00 KB, created by
Dennis Schridde
on 2016-08-12 08:55:57 UTC
(
hide
)
Description:
networkmanager-openvpn-1.2.4-fix-undefined-reference-to-dlclose.patch
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2016-08-12 08:55:57 UTC
Size:
1.00 KB
patch
obsolete
>--- NetworkManager-openvpn-1.2.4/configure.ac.orig 2016-08-12 10:25:07.404430045 +0200 >+++ NetworkManager-openvpn-1.2.4/configure.ac 2016-08-12 10:25:16.846396578 +0200 >@@ -38,6 +38,9 @@ > AC_PROG_GCC_TRADITIONAL > AC_FUNC_MEMCMP > AC_CHECK_FUNCS(select socket uname) >+AC_SEARCH_LIBS([dlopen], [dl dld], [], [ >+ AC_MSG_ERROR([unable to find the dlopen() function]) >+]) > > dnl ensure that when the Automake generated makefile calls aclocal, > dnl it honours the $ACLOCAL_FLAGS environment variable >--- NetworkManager-openvpn-1.2.4/properties/tests/Makefile.am.orig 2016-08-12 10:38:52.809726092 +0200 >+++ NetworkManager-openvpn-1.2.4/properties/tests/Makefile.am 2016-08-12 10:38:18.426219539 +0200 >@@ -27,7 +27,7 @@ > $(GTK_LIBS) \ > $(LIBNM_LIBS) \ > $(LIBNMA_LIBS) \ >- -ldl \ >+ $(DLOPEN_LIBS) \ > $(top_builddir)/properties/libnm-vpn-plugin-openvpn-test.la > > >@@ -46,6 +46,7 @@ > $(GTK_LIBS) \ > $(LIBNM_GLIB_LIBS) \ > $(LIBNM_GTK_LIBS) \ >+ $(DLOPEN_LIBS) \ > $(top_builddir)/properties/libnm-openvpn-properties-test.la > >
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 588388
:
440102
|
440104
|
443144
|
443164
|
443464