Opened 10 years ago

Closed 10 years ago

#41300 closed defect (fixed)

cyrus-sasl2: Variable 'exec_prefix' not defined in '/opt/local/lib/pkgconfig/libsasl2.pc'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jmpp@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: landonf (Landon Fuller)
Port: cyrus-sasl2

Description

cyrus-sasl2's pkg-config file is faulty:

$ pkg-config libsasl2 --libs
Variable 'exec_prefix' not defined in '/opt/local/lib/pkgconfig/libsasl2.pc'

Indeed:

$ cat /opt/local/lib/pkgconfig/libsasl2.pc
libdir = ${exec_prefix}/lib

Name: Cyrus SASL
Description: Cyrus SASL implementation
URL: http://www.cyrussasl.org/
Version: 2.1.26
Libs: -L${libdir} -lsasl2
Libs.private:  -ldl -lresolv -lresolv  

Change History (2)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

This problem causes libvmime to fail to build if cyrus-sasl2 is installed; see #41858.

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.