db/db.pc

Thu, 02 Aug 2012 00:16:26 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 02 Aug 2012 00:16:26 +0200
changeset 442
b2db2cf97b30
permissions
-rw-r--r--

Change smf(5) OpenPKG name handle to my personal preference, the prefix.
This matches the ${name} variable on uninstallation, but strangely when
installing an instance a bug causes ${name} to expand to openpkg-${prefix}.

     1 prefix=@l_prefix@
     2 exec_prefix=${prefix}
     3 libdir=${exec_prefix}/lib
     4 includedir=${prefix}/include
     6 Name: db
     7 Description: Berkeley-DB Library
     8 Version: @version@
     9 Libs: -L${libdir} @libs@
    10 Cflags: -I${includedir}

mercurial