File: include_libpstream.patch

package info (click to toggle)
murasaki 1.68.6-17
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,780 kB
  • sloc: cpp: 16,010; perl: 8,365; makefile: 187; sh: 31
file content (14 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Tille <tille@debian.org>
Last-Update: 2015-04-15
Description: Set INCLUDE to find pstream.h

--- a/src/Makefile
+++ b/src/Makefile
@@ -13,6 +13,7 @@
 #WITH_LIBCRYPTOPP = NO
 
 #If your libraries (boost/cryptopp) are in another directory, add them here:
+INCLUDE	 += -I/usr/include/pstreams
 LDLIBS    = -lboost_regex -lboost_filesystem -lboost_iostreams -lboost_system
 ##some systems might use this boost naming scheme, but they're a minority at this point
 #LDLIBS    = -lboost_regex -lboost_filesystem -lboost_iostreams