Petr Pisar created CLOWNFISH-113:
------------------------------------

             Summary: pkg-config output with mupliple arguments not handled 
properly
                 Key: CLOWNFISH-113
                 URL: https://issues.apache.org/jira/browse/CLOWNFISH-113
             Project: Apache Lucy-Clownfish
          Issue Type: Bug
          Components: Perl
    Affects Versions: 0.6.1
            Reporter: Petr Pisar
         Attachments: 
Clownfish-CFC-0.6.1-Segment-ExtUtils-PkgConfig-output-into-arguments.patch

After Fedora replaced pkgconfig with pkgconf, "pkg-config --libs libmark" 
output changed from "-lcmark" to "-L/usr/lib -lcmark  ". As a result the one 
positional argument "-L/usr/lib -lcmark  " instead of two "-L/usr/lib" and 
"-lcmark" was passed to GCC. This resulted into CFC.so not being linked to 
libcmark at all.

Attached patch fixes the issue for me. It's not perfect fix, but still better 
than nothing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to