Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 588388 | Differences between
and this patch

Collapse All | Expand All

(-)NetworkManager-openvpn-1.2.4/configure.ac.orig (+3 lines)
Lines 38-43 Link Here
38
AC_PROG_GCC_TRADITIONAL
38
AC_PROG_GCC_TRADITIONAL
39
AC_FUNC_MEMCMP
39
AC_FUNC_MEMCMP
40
AC_CHECK_FUNCS(select socket uname)
40
AC_CHECK_FUNCS(select socket uname)
41
AC_SEARCH_LIBS([dlopen], [dl dld], [], [
42
  AC_MSG_ERROR([unable to find the dlopen() function])
43
])
41
44
42
dnl ensure that when the Automake generated makefile calls aclocal,
45
dnl ensure that when the Automake generated makefile calls aclocal,
43
dnl it honours the $ACLOCAL_FLAGS environment variable
46
dnl it honours the $ACLOCAL_FLAGS environment variable
(-)NetworkManager-openvpn-1.2.4/properties/tests/Makefile.am.orig (-1 / +2 lines)
Lines 27-33 Link Here
27
	$(GTK_LIBS) \
27
	$(GTK_LIBS) \
28
	$(LIBNM_LIBS) \
28
	$(LIBNM_LIBS) \
29
	$(LIBNMA_LIBS) \
29
	$(LIBNMA_LIBS) \
30
	-ldl \
30
	$(DLOPEN_LIBS) \
31
	$(top_builddir)/properties/libnm-vpn-plugin-openvpn-test.la
31
	$(top_builddir)/properties/libnm-vpn-plugin-openvpn-test.la
32
32
33
33
Lines 46-51 Link Here
46
	$(GTK_LIBS) \
46
	$(GTK_LIBS) \
47
	$(LIBNM_GLIB_LIBS) \
47
	$(LIBNM_GLIB_LIBS) \
48
	$(LIBNM_GTK_LIBS) \
48
	$(LIBNM_GTK_LIBS) \
49
	$(DLOPEN_LIBS) \
49
	$(top_builddir)/properties/libnm-openvpn-properties-test.la
50
	$(top_builddir)/properties/libnm-openvpn-properties-test.la
50
51
51
52

Return to bug 588388