From a93412feba23335174a9a55b320e74c769462072 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 3 Jan 2023 10:50:39 +0100 Subject: Fix dependency on libreichwein --- plugins/fcgi/Makefile | 1 + plugins/redirect/Makefile | 1 + plugins/static-files/Makefile | 1 + plugins/statistics/Makefile | 1 + plugins/webbox/Makefile | 1 + plugins/weblog/Makefile | 1 + 6 files changed, 6 insertions(+) (limited to 'plugins') diff --git a/plugins/fcgi/Makefile b/plugins/fcgi/Makefile index 32a8bda..cd99cbe 100644 --- a/plugins/fcgi/Makefile +++ b/plugins/fcgi/Makefile @@ -7,6 +7,7 @@ CXXFLAGS+= -fvisibility=hidden -fPIC CXXFLAGS+= -I../.. LDLIBS=\ +-lreichwein \ -lboost_context \ -lboost_coroutine \ -lboost_program_options \ diff --git a/plugins/redirect/Makefile b/plugins/redirect/Makefile index 7c37228..19b23cc 100644 --- a/plugins/redirect/Makefile +++ b/plugins/redirect/Makefile @@ -7,6 +7,7 @@ CXXFLAGS+= -fvisibility=hidden -fPIC CXXFLAGS+= -I../.. LDLIBS=\ +-lreichwein \ -lboost_context \ -lboost_coroutine \ -lboost_program_options \ diff --git a/plugins/static-files/Makefile b/plugins/static-files/Makefile index 689d085..bdbfb8f 100644 --- a/plugins/static-files/Makefile +++ b/plugins/static-files/Makefile @@ -7,6 +7,7 @@ CXXFLAGS+= -fvisibility=hidden -fPIC CXXFLAGS+= -I../.. LDLIBS=\ +-lreichwein \ -lboost_context \ -lboost_coroutine \ -lboost_program_options \ diff --git a/plugins/statistics/Makefile b/plugins/statistics/Makefile index cece45e..0621e4b 100644 --- a/plugins/statistics/Makefile +++ b/plugins/statistics/Makefile @@ -7,6 +7,7 @@ CXXFLAGS+= -fvisibility=hidden -fPIC CXXFLAGS+= -I../.. LDLIBS=\ +-lreichwein \ -lboost_context \ -lboost_coroutine \ -lboost_program_options \ diff --git a/plugins/webbox/Makefile b/plugins/webbox/Makefile index 5e4dab8..983ca0f 100644 --- a/plugins/webbox/Makefile +++ b/plugins/webbox/Makefile @@ -7,6 +7,7 @@ CXXFLAGS+= -fvisibility=hidden -fPIC CXXFLAGS+= -I../.. LDLIBS=\ +-lreichwein \ -lboost_context \ -lboost_coroutine \ -lboost_program_options \ diff --git a/plugins/weblog/Makefile b/plugins/weblog/Makefile index 710a3cd..2e19495 100644 --- a/plugins/weblog/Makefile +++ b/plugins/weblog/Makefile @@ -7,6 +7,7 @@ CXXFLAGS+= -fvisibility=hidden -fPIC CXXFLAGS+= -I../.. LDLIBS=\ +-lreichwein \ -lboost_context \ -lboost_coroutine \ -lboost_program_options \ -- cgit v1.2.3