~ubuntu-branches/ubuntu/wily/crrcsim/wily

« back to all changes in this revision

Viewing changes to debian/patches/link-gmp.patch

  • Committer: Package Import Robot
  • Author(s): Agustin Henze
  • Date: 2012-11-06 10:43:09 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20121106104309-h8uzanx06tp4rzwg
Tags: 0.9.12-5
Fix FTBFS. Adds libgmp at linking stage (Closes: #692454).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: fix FTBFS because of missing library
2
 
Author: Ilya Barygin <randomaction@ubuntu.com>
3
 
 
4
 
--- a/CMakeLists.txt
5
 
+++ b/CMakeLists.txt
6
 
@@ -253,6 +253,7 @@
7
 
   ${JPEG_LIBRARIES}
8
 
   ${PLIB_LIBRARIES}
9
 
   ${Boost_LIBRARIES}
10
 
+  gmp
11
 
   )
12
 
 
13
 
 include_directories(${CRRCSIM_INCDIRS})