Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 17 additions & 8 deletions proxy/http/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -129,22 +129,31 @@ test_HttpTransact_CPPFLAGS = \
-I$(abs_top_srcdir)/tests/include

if OS_LINUX
test_HttpTransact_LDFLAGS = $(AM_LDFLAGS)\
-Wl,--unresolved-symbols=ignore-all
test_HttpTransact_LDFLAGS = $(AM_LDFLAGS)
else
test_HttpTransact_LDFLAGS = $(AM_LDFLAGS)\
-Wl,-undefined -Wl,suppress -Wl,-flat_namespace -Wl,-dead_strip
endif

test_HttpTransact_LDADD = \
test_HttpTransact_LDADD = \
$(top_builddir)/proxy/http/libhttp.a \
$(top_builddir)/proxy/http/remap/libhttp_remap.a \
$(top_builddir)/proxy/logging/liblogging.a \
$(top_builddir)/proxy/hdrs/libhdrs.a \
$(top_builddir)/iocore/utils/libinkutils.a \
$(top_builddir)/iocore/hostdb/libinkhostdb.a \
$(top_builddir)/iocore/dns/libinkdns.a \
$(top_builddir)/iocore/cache/libinkcache.a \
$(top_builddir)/lib/fastlz/libfastlz.a \
$(top_builddir)/iocore/aio/libinkaio.a \
$(top_builddir)/src/tscore/libtscore.la \
$(top_builddir)/src/tscpp/util/libtscpputil.la \
$(top_builddir)/proxy/libproxy.a \
$(top_builddir)/iocore/net/libinknet.a \
$(top_builddir)/src/records/librecords_p.a \
$(top_builddir)/proxy/ProxySession.o \
$(top_builddir)/proxy/http/HttpTransact.o \
$(top_builddir)/proxy/http/HttpTransactHeaders.o \
$(top_builddir)/proxy/hdrs/libhdrs.a \
$(top_builddir)/iocore/eventsystem/libinkevent.a \
Comment thread
bneradt marked this conversation as resolved.
@SWOC_LIBS@
-lz -llzma -lcrypto -lresolv -lssl \
@LIBPCRE@ @HWLOC_LIBS@ @SWOC_LIBS@

test_HttpTransact_SOURCES = \
../../iocore/cache/test/stub.cc \
Expand Down
4 changes: 0 additions & 4 deletions proxy/http/unit_tests/test_HttpTransact.cc
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,3 @@ TEST_CASE("HttpTransact", "[http]")
}
}
}

#include "HttpSessionManager.h"
HttpSessionManager httpSessionManager;
StatPagesManager statPagesManager;