2010/2/9 Parag N(पराग़) <[email protected]>: > when one of my package fails to build? Should I ask upstream to > hardcode required DSO names in Makefile or we need to modify CFLAGS in > %build section?
Most of the time upstream (myself included) just forgets to add a library at the end of the LDADD line, so all I had to do was send a trivial patch upstream to add "-lm" or something. See here for an example: http://bugzilla-attachments.gnome.org/attachment.cgi?id=152993 Richard. -- devel mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/devel
