[Lunar-commits] <moonbase> libiodbc: The same needs to be done for its libs and not conflict with those from unixODBC.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Dec 23 21:36:58 CET 2009


commit 8adf5de3a3f2419c6b49eeeec4fd3bb1c458bb81
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Dec 23 15:36:58 2009 -0500

    libiodbc: The same needs to be done for its libs and not conflict with those from unixODBC.
    
    AFAIK the only module that has a DEPENDS or optional_depends on this is soprano and
    /usr/lib/libiodbc/pkgconfig/libiodbc.pc will handle pointing things to the right place.
---
 libs/libiodbc/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libs/libiodbc/BUILD b/libs/libiodbc/BUILD
index 30a3c1d..ee724d9 100644
--- a/libs/libiodbc/BUILD
+++ b/libs/libiodbc/BUILD
@@ -1,6 +1,6 @@
 (
 
-  OPTS+=" --includedir=/usr/include/$MODULE" &&
+  OPTS+=" --includedir=/usr/include/$MODULE --libdir=/usr/lib/$MODULE" &&
 
   default_build
 


More information about the Lunar-commits mailing list