Description of problem: On x86-64 systems fltk-config --ldflags prints "-L/usr/lib64 -Wl,-rpath,/usr/lib64" and then a bunch of libraries. It should not print the rpath bit, and the -L option isn't required either. If you use these options within a spec file for another package, rpmlint will complain about the use of rpath in the resulting binary. Version-Release number of selected component (if applicable): fltk-devel-1.1.7-1.fc5 How reproducible: Always Steps to Reproduce: 1.See above. 2. 3. Actual results: Expected results: Additional info:
I'm hitting this bug also with with aqsis. This makes rpmlint very mad.
I'm gonna lump this with the other fltk-config bug #199656 , symptom of the same problem. *** This bug has been marked as a duplicate of 199656 ***