26 lines
710 B
Diff
26 lines
710 B
Diff
From d8a3bdce7a43cb777866c34d3dabf908254e516d Mon Sep 17 00:00:00 2001
|
|
From: Kamil Dudka <kdudka@redhat.com>
|
|
Date: Wed, 12 Dec 2018 14:25:32 +0100
|
|
Subject: [PATCH] libtest: avoid symbol lookup error in libstubgss.so
|
|
|
|
---
|
|
tests/libtest/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am
|
|
index 56c84a7..117b79f 100644
|
|
--- a/tests/libtest/Makefile.am
|
|
+++ b/tests/libtest/Makefile.am
|
|
@@ -123,7 +123,7 @@ libstubgss_la_CFLAGS = $(AM_CFLAGS) -g
|
|
|
|
libstubgss_la_SOURCES = stub_gssapi.c stub_gssapi.h
|
|
|
|
-libstubgss_la_LIBADD =
|
|
+libstubgss_la_LIBADD = $(top_builddir)/lib/libcurl.la
|
|
libstubgss_la_DEPENDENCIES =
|
|
endif
|
|
|
|
--
|
|
2.17.2
|
|
|