Skip to content

Commit

Permalink
Merge pull request #610 from aschnell/master
Browse files Browse the repository at this point in the history
- fixed compilation in latest openSUSE:Factory
  • Loading branch information
aschnell committed Dec 9, 2020
2 parents 9e795ed + 21a654c commit 77eb656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapper/Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit 77eb656

Please sign in to comment.