FYI: in my attempts to build an install RPM of the 2.4.2 release of Pidgin,
I discovered that a line in the spec file is missing IF one wants to
build WITHOUT
Meanwhile (Sametime) support.
In the build section of the *pidgin.spec* file:
CFLAGS="$RPM_OPT_FLAGS" ./configure ...
# /add this line/
%{!?_with_meanwhile:--disable-meanwhile}
The problem is that even with the "--without meanwhile" rpmbuild parm,
the build will fail because meanwhile support is presumed enabled.
Bill Pier
_______________________________________________
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support