Description: explicitly link with boost_system and boost_filesystem
 to fix a FTBFS
Author: Andreas Moog <amoog@ubuntu.com>, Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/765927
Bug-Debian: http://bugs.debian.org/615696

Index: barada-pam/Makefile.am
===================================================================
--- barada-pam.orig/Makefile.am	2011-05-28 17:05:27.364231843 +0200
+++ barada-pam/Makefile.am	2011-05-28 17:05:05.345349346 +0200
@@ -10,6 +10,8 @@
 
 barada_add_LDFLAGS = $(BOOST_FILESYSTEM)
 
+LIBS +=  $(BOOST_FILESYSTEM) -lboost_system
+
 pam_barada_sodir = /lib/security/
 
 pam_barada_so_PROGRAMS = pam_barada.so
@@ -18,4 +20,4 @@
 
 pam_barada_so_LDFLAGS = -shared
 
-HexTest_SOURCES = HexTest.cpp Util.cpp
\ No newline at end of file
+HexTest_SOURCES = HexTest.cpp Util.cpp
Index: barada-pam/Makefile.in
===================================================================
--- barada-pam.orig/Makefile.in	2011-05-28 17:05:27.434228322 +0200
+++ barada-pam/Makefile.in	2011-05-28 17:05:24.674367340 +0200
@@ -127,7 +127,7 @@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LDFLAGS = @LDFLAGS@
 LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ $(BOOST_FILESYSTEM) -lboost_system
 LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@

