Ottomata has submitted this change and it was merged.

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(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I426c83ebe5d97f297256a09a7588e9d6139625d9
Gerrit-PatchSet: 1
Gerrit-Project: analytics/udplog
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <a...@wikimedia.org>
Gerrit-Reviewer: Chad <ch...@wikimedia.org>
Gerrit-Reviewer: MaxSem <maxsem.w...@gmail.com>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: QChris <christ...@quelltextlich.at>
Gerrit-Reviewer: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: Yuvipanda <yuvipa...@wikimedia.org>

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

Reply via email to