From 21a654c45e157f7a469347341da98b7f79d1a87d Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Wed, 9 Dec 2020 18:27:57 +0100 Subject: [PATCH] - fixed compilation in latest openSUSE:Factory --- snapper/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapper/Makefile.am b/snapper/Makefile.am index dced48d7..85982ae5 100644 --- a/snapper/Makefile.am +++ b/snapper/Makefile.am @@ -64,7 +64,7 @@ libsnapper_la_SOURCES += \ endif libsnapper_la_LDFLAGS = -version-info @LIBVERSION_INFO@ -libsnapper_la_LIBADD = -lboost_thread -lboost_system $(XML2_LIBS) -lacl -lz -lm +libsnapper_la_LIBADD = -lboost_thread -lboost_system $(XML2_LIBS) -lacl if ENABLE_ROLLBACK libsnapper_la_LIBADD += -lmount endif -- 2.47.3