[cups.bugs] [LOW] STR #1744: cups-config with invalid variable substitution syntax

Steve Wilson stevew at purdue.edu
Sun Jun 4 13:45:52 PDT 2006


[STR New]

Line 44 of cups-config uses command execution syntax:
    LDFLAGS="-Wl,-rpath,$(libdir)"
when variable substitution syntax is intended:
    LDFLAGS="-Wl,-rpath,${libdir}"

This results in the following error message:
    /usr/local/bin/cups-config: line 1: libdir: command not found

Link: http://www.cups.org/str.php?L1744
Version: 8.15.2





More information about the cups-devel mailing list