Changes of Revision 3
[-] | Changed | heartbeat.spec |
1
2 %patch2 -p1 3 4 %build 5 -./bootstrap 6 +#./bootstrap 7 +autoconf 8 # disable-fatal-warnings flag used to disable gcc4.x warnings of 'difference in signedness' 9 CFLAGS=${RPM_OPT_FLAGS} \ 10 %configure \ 11 |