Cihlar, Jan | 17 Aug 2011 15:36
Favicon

SYSTEM_LIB_PATH set to "conftest"

Hi,

 

I have noticed in 2.3.0 that SYSTEM_LIB_PATH is set to “conftest” which seems to be wrong. The following patch should fix the problem (if I understood the meaning of SYSTEM_LIB_PATH correctly):

 

--- configure.in.orig   2011-08-17 15:18:29.000000000 +0200

+++ configure.in        2011-08-17 15:18:55.000000000 +0200

<at> <at> -152,7 +152,7 <at> <at>

AC_DEFINE_DIR([DEFLIB_PATH], [libdir], [Lib directory])

AC_DEFINE_DIR([LIB_PREFIX], [libdir], [Lib directory])

AC_DEFINE_DIR([SYSTEM_FILE_PATH], [sysconfdir], [System file path])

-AC_DEFINE_DIR([SYSTEM_LIB_PATH], [lib], [Lib path])

+AC_DEFINE_DIR([SYSTEM_LIB_PATH], [libdir], [Lib path])

AC_DEFINE_DIR([PREFIX], [prefix], [Install prefix])

AC_DEFINE_DIR([EXEC_PREFIX], [exec_prefix], [Install exec_prefix])

AC_DEFINE_DIR([BIN_PREFIX], [bindir], [Install bindir])

 

Bye

 

Jan


This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
_______________________________________________
unixODBC-dev mailing list
unixODBC-dev <at> mailman.unixodbc.org
http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev
Nick Gorham | 17 Aug 2011 16:05
Favicon

Re: SYSTEM_LIB_PATH set to "conftest"

On 17/08/11 14:36, Cihlar, Jan wrote:

Hi,

 

I have noticed in 2.3.0 that SYSTEM_LIB_PATH is set to “conftest” which seems to be wrong. The following patch should fix the problem (if I understood the meaning of SYSTEM_LIB_PATH correctly):

 

--- configure.in.orig   2011-08-17 15:18:29.000000000 +0200

+++ configure.in        2011-08-17 15:18:55.000000000 +0200

<at> <at> -152,7 +152,7 <at> <at>

AC_DEFINE_DIR([DEFLIB_PATH], [libdir], [Lib directory])

AC_DEFINE_DIR([LIB_PREFIX], [libdir], [Lib directory])

AC_DEFINE_DIR([SYSTEM_FILE_PATH], [sysconfdir], [System file path])

-AC_DEFINE_DIR([SYSTEM_LIB_PATH], [lib], [Lib path])

+AC_DEFINE_DIR([SYSTEM_LIB_PATH], [libdir], [Lib path])

AC_DEFINE_DIR([PREFIX], [prefix], [Install prefix])

AC_DEFINE_DIR([EXEC_PREFIX], [exec_prefix], [Install exec_prefix])

AC_DEFINE_DIR([BIN_PREFIX], [bindir], [Install bindir])

 

Bye


Yep, that looks about right.

--
Nick
_______________________________________________
unixODBC-dev mailing list
unixODBC-dev <at> mailman.unixodbc.org
http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev

Gmane