Changes of Revision 4
[-] | Changed | csync2.spec |
1
2 3 %build 4 export CFLAGS="$RPM_OPT_FLAGS -I/usr/kerberos/include" 5 +export LDFLAGS="-L%{_libdir}" 6 if ! [ -f configure ]; then ./autogen.sh; fi 7 %configure && cat config.h 8 %__make all 9 |