Parent Directory
|
Revision Log
- 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 | --- CodeAnalyst-gui-2.8.54/configure.ac 2009-07-06 15:27:20.000000000 -0500 |
| 2 | +++ CodeAnalyst-gui-2.8.54-fix-basename/configure.ac 2009-07-17 16:43:50.905147989 -0500 |
| 3 | @@ -35,6 +35,9 @@ AC_PREREQ(2.13) |
| 4 | #Initialize Libtool |
| 5 | AM_PROG_LIBTOOL |
| 6 | |
| 7 | +# Fix issue with basename in gcc-4.4 |
| 8 | +AC_CHECK_DECLS([basename], [], [], [[#include <libgen.h>]]) |
| 9 | + |
| 10 | AM_INIT_AUTOMAKE |
| 11 | |
| 12 | #Default installation directory |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |