~ubuntu-branches/ubuntu/trusty/sysprof/trusty

« back to all changes in this revision

Viewing changes to debian/patches/static_libbfd.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2008-12-14 22:55:07 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081214225507-9ym667xozn8yrgou
Tags: 1.0.12-1
* Orphan package
* New upstream release
  + Fix compiling on amd64 with kernel >= 2.6.25 (Closes: #508265)
* Change sysprof-module-source to Architecture: all since the package
  itself is not architecture-dependent

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
--- sysprof-1.0.9~/configure    2007-10-21 23:42:22.000000000 +0200
10
10
+++ sysprof-1.0.9/configure     2008-01-25 19:19:41.000000000 +0100
11
11
@@ -3759,7 +3759,7 @@
12
 
 { echo "$as_me:$LINENO: result: $ac_cv_lib_bfd_bfd_get_error" >&5
13
 
 echo "${ECHO_T}$ac_cv_lib_bfd_bfd_get_error" >&6; }
14
 
 if test $ac_cv_lib_bfd_bfd_get_error = yes; then
 
12
 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bfd_bfd_get_error" >&5
 
13
 $as_echo "$ac_cv_lib_bfd_bfd_get_error" >&6; }
 
14
 if test "x$ac_cv_lib_bfd_bfd_get_error" = x""yes; then
15
15
-  DEP_LIBS="$DEP_LIBS -lbfd -liberty"
16
16
+  DEP_LIBS="$DEP_LIBS /usr/lib/libbfd.a -liberty"
17
17
 else
18
 
   { { echo "$as_me:$LINENO: error: libbfd is required to compile sysprof" >&5
19
 
 echo "$as_me: error: libbfd is required to compile sysprof" >&2;}
 
18
   { { $as_echo "$as_me:$LINENO: error: libbfd is required to compile sysprof" >&5
 
19
 $as_echo "$as_me: error: libbfd is required to compile sysprof" >&2;}
20
20
diff -urNad sysprof-1.0.9~/configure.ac sysprof-1.0.9/configure.ac
21
21
--- sysprof-1.0.9~/configure.ac 2007-10-21 23:42:16.000000000 +0200
22
22
+++ sysprof-1.0.9/configure.ac  2008-01-25 19:19:41.000000000 +0100