From: Arvin Schnell Date: Wed, 9 Dec 2020 17:27:57 +0000 (+0100) Subject: - fixed compilation in latest openSUSE:Factory X-Git-Tag: v0.8.15~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F610%2Fhead;p=thirdparty%2Fsnapper.git - fixed compilation in latest openSUSE:Factory --- 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