Uploaded image for project: 'Apache Lucy-Clownfish'
  1. Apache Lucy-Clownfish
  2. CLOWNFISH-113

pkg-config output with mupliple arguments not handled properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.6.1
    • None
    • Perl
    • None

    Description

      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.

      Attachments

        Activity

          People

            marvin Marvin Humphrey
            ppisar Petr Pisar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: