freebsd-ports/sysutils/replicant/files/patch-Makefile.in
Matthias Andree 7cf4a76b15 Add new port sysutils/replicant:
Replicant is a tool for creating replicated state machines.

WWW: https://github.com/rescrv/Replicant

PR:		ports/178665
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com>
2013-05-16 08:09:21 +00:00

11 lines
518 B
Text

--- Makefile.in.orig 2013-05-14 12:08:06.731909984 +0000
+++ Makefile.in 2013-05-14 12:08:13.759911180 +0000
@@ -497,7 +497,7 @@
daemon/object_manager.cc \
daemon/settings.cc
-replicant_daemon_LDADD = $(E_LIBS) $(BUSYBEE_LIBS) -lglog -lleveldb -ldl -lpthread libreplicant-state-machine.la
+replicant_daemon_LDADD = $(E_LIBS) $(BUSYBEE_LIBS) -lglog -lleveldb -lpthread libreplicant-state-machine.la
libreplicant_la_CXXFLAGS = $(CXXFLAGS) $(AM_CXXFLAGS)
libreplicant_la_SOURCES = \
common/bootstrap.cc \