Description: Fix makefile for Debian
Author: Maarten L. Hekkelman <maarten@hekkelman.com>
Last-Update: Tue, 24 Nov 2020 11:29:28 +0100
Forwarded: yes

--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -32,10 +32,9 @@
 LIBS				= @LIBS@ \
 					  @CIFPP_LIBS@ \
 					  @BOOST_IOSTREAMS_LIB@ \
-					  @BOOST_PROGRAM_OPTIONS_LIB@ \
-					  @BOOST_DATE_TIME_LIB@
+					  @BOOST_PROGRAM_OPTIONS_LIB@
 
-prefix				= @prefix@
+prefix				= $(DESTDIR)@prefix@
 exec_prefix			= @exec_prefix@
 bindir				= @bindir@
 datarootdir			= @datarootdir@
