03f960d5d6
dbic++ is a database client library written in C++ which comes with support for PostgreSQL and MySQL. It's main features are: * Simple API to maximize cross database support. * Supports nested transactions. * Auto reconnect, re-prepare & execute statements again unless inside a transaction. * Provides APIs for async queries and a simple reactor API built on libevent.
13 lines
354 B
Plaintext
13 lines
354 B
Plaintext
$OpenBSD: patch-modules_Finduuid_cmake,v 1.1.1.1 2010/12/20 17:39:55 jeremy Exp $
|
|
--- modules/Finduuid.cmake.orig Sun Oct 17 08:56:31 2010
|
|
+++ modules/Finduuid.cmake Thu Oct 28 16:22:03 2010
|
|
@@ -30,7 +30,7 @@ else (UUID_INCLUDE_DIRS)
|
|
|
|
find_library(UUID_LIBRARY
|
|
NAMES
|
|
- uuid
|
|
+ e2fs-uuid
|
|
PATHS
|
|
/usr/lib
|
|
/usr/local/lib
|