Alex Monk has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/305610

Change subject: udp2log: link boost_system too
......................................................................

udp2log: link boost_system too

Otherwise you start getting errors like:
undefined reference to `boost::system::generic_category()'

Change-Id: I426c83ebe5d97f297256a09a7588e9d6139625d9
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/udplog 
refs/changes/10/305610/1

diff --git a/Makefile b/Makefile
index 002a3e8..0383a54 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@
        g++ $(CFLAGS) $(SLOWPIPE_OBJS) -lrt -o slowpipe
 
 udp2log/udp2log: $(UDP2LOG_OBJS)
-       g++ $(CFLAGS) -o udp2log/udp2log $(UDP2LOG_OBJS) 
-lboost_program_options -lrt
+       g++ $(CFLAGS) -o udp2log/udp2log $(UDP2LOG_OBJS) -lboost_system 
-lboost_program_options -lrt
 
 install:
        install log2udp $(DESTDIR)/usr/bin/log2udp

-- 
To view, visit https://gerrit.wikimedia.org/r/305610
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I426c83ebe5d97f297256a09a7588e9d6139625d9
Gerrit-PatchSet: 1
Gerrit-Project: analytics/udplog
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <a...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to