Skip to content

Commit

Permalink
libcyrus_imap.pc.in: needs -lcyrus and -lcyrus_min
Browse files Browse the repository at this point in the history
  • Loading branch information
elliefm committed Oct 18, 2024
1 parent a5104e5 commit 0b6b7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcyrus_imap.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ URL: http://www.cyrusimap.org/
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}/cyrus
Requires.private: libcyrus_min = @PACKAGE_VERSION@, libcyrus = @PACKAGE_VERSION@
Libs: -L${libdir} -lcyrus_imap
Libs.private: @PKG_CONFIG_COM_ERR_LIB@ -lcyrus -lcyrus_min
Libs: -L${libdir} -lcyrus_imap -lcyrus -lcyrus_min
Libs.private: @PKG_CONFIG_COM_ERR_LIB@

0 comments on commit 0b6b7d8

Please sign in to comment.