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

Collapse All | Expand All

(-)gnutls-1.4.4.org/libextra/Makefile.am (-2 / +2 lines)
Lines 59-65 lib_LTLIBRARIES = libgnutls-extra.la Link Here
59
59
60
libgnutls_extra_la_SOURCES = gnutls_extra.c
60
libgnutls_extra_la_SOURCES = gnutls_extra.c
61
61
62
libgnutls_openssl_la_LDFLAGS = -no-undefined
62
libgnutls_openssl_la_LDFLAGS = -no-undefined -L../lib/.libs
63
63
64
# OpenSSL
64
# OpenSSL
65
65
Lines 83-89 endif Link Here
83
# OpenPGP
83
# OpenPGP
84
84
85
libgnutls_extra_la_LIBADD =
85
libgnutls_extra_la_LIBADD =
86
libgnutls_extra_la_LDFLAGS = -no-undefined
86
libgnutls_extra_la_LDFLAGS = -no-undefined -L../lib/.libs
87
if ENABLE_OPENPGP
87
if ENABLE_OPENPGP
88
libgnutls_extra_la_SOURCES += gnutls_openpgp.c
88
libgnutls_extra_la_SOURCES += gnutls_openpgp.c
89
libgnutls_extra_la_LIBADD += openpgp/libgnutls_openpgp.la
89
libgnutls_extra_la_LIBADD += openpgp/libgnutls_openpgp.la

Return to bug 147800