Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 202269
Collapse All | Expand All

(-)gnutls-2.2.0.org/libextra/Makefile.am (-2 / +2 lines)
Lines 60-66 lib_LTLIBRARIES = libgnutls-extra.la Link Here
60
60
61
libgnutls_extra_la_SOURCES = gnutls_extra.c
61
libgnutls_extra_la_SOURCES = gnutls_extra.c
62
62
63
libgnutls_openssl_la_LDFLAGS = -no-undefined
63
libgnutls_openssl_la_LDFLAGS = -no-undefined -L$(top_srcdir)/lib/.libs
64
64
65
# OpenSSL
65
# OpenSSL
66
66
Lines 90-96 endif Link Here
90
# OpenPGP
90
# OpenPGP
91
91
92
libgnutls_extra_la_LIBADD =
92
libgnutls_extra_la_LIBADD =
93
libgnutls_extra_la_LDFLAGS = -no-undefined
93
libgnutls_extra_la_LDFLAGS = -no-undefined -L$(top_srcdir)/lib/.libs
94
if ENABLE_OPENPGP
94
if ENABLE_OPENPGP
95
libgnutls_extra_la_SOURCES += gnutls_openpgp.c
95
libgnutls_extra_la_SOURCES += gnutls_openpgp.c
96
libgnutls_extra_la_LIBADD += openpgp/libgnutls_openpgp.la
96
libgnutls_extra_la_LIBADD += openpgp/libgnutls_openpgp.la

Return to bug 202269