/[pkgs]/devel/CodeAnalyst-gui/ca-use-lbfd.patch
ViewVC logotype

Contents of /devel/CodeAnalyst-gui/ca-use-lbfd.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Mon Jul 20 18:25:23 2009 UTC (4 months ago) by suravee
Branch: MAIN
CVS Tags: F-12-split, CodeAnalyst-gui-2_8_54-17_fc12, CodeAnalyst-gui-2_8_54-18_fc12, CodeAnalyst-gui-2_8_54-19_fc12, CodeAnalyst-gui-2_8_54-20_fc13, HEAD
File MIME type: text/x-patch
- Bump revision number
- Add patch to fix basename issue when building on newer gcc
- Add patch to fix IBS feature checking in OProfile-0.9.5
- Add patch to force using -lbfd
1 Index: m4/libbfd.m4
2 ===================================================================
3 --- m4/libbfd.m4 (revision 16845)
4 +++ m4/libbfd.m4 (working copy)
5 @@ -33,16 +33,16 @@
6
7 AC_DEFUN([CHECK_LBFD],
8 [
9 - LIBBFD=`/sbin/ldconfig -p | \
10 - grep "libbfd" | \
11 - awk '{split($[]1,a," "); \
12 - sub (/lib/,"", [a[1]]) ; \
13 - sub(/.so/,"",[a[1]]); \
14 - print [a[1]]; \
15 - exit;}' 2> /dev/null`
16 - if test "$LIBBFD" != "" ; then
17 - BFD_LIB="$LIBBFD"
18 - else
19 +dnl LIBBFD=`/sbin/ldconfig -p | \
20 +dnl grep "libbfd" | \
21 +dnl awk '{split($[]1,a," "); \
22 +dnl sub (/lib/,"", [a[1]]) ; \
23 +dnl sub(/.so/,"",[a[1]]); \
24 +dnl print [a[1]]; \
25 +dnl exit;}' 2> /dev/null`
26 +dnl if test "$LIBBFD" != "" ; then
27 +dnl BFD_LIB="$LIBBFD"
28 +dnl else
29 BFD_LIB="bfd"
30 - fi
31 +dnl fi
32 ])

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2