Changeset 196


Ignore:
Timestamp:
07/23/10 19:59:44 (19 months ago)
Author:
martin
Message:

Add openssl libcrypto to pkg-config private libs list to make sure that apps which link against static libp11 have -lcrypto on linker command line.

Patch by Kalev Lember

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libp11.pc.in

    r2 r196  
    88Version: @VERSION@ 
    99Libs: -L${libdir} -lp11 
     10Libs.private: -lcrypto 
    1011Cflags: -I${includedir} 
    1112 
Note: See TracChangeset for help on using the changeset viewer.