mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB logic that includes copying the relevant LIB and INCLUDE data from either UnixODBC or iODBC, based on which was found; if both were found, prefer UnixODBC
this stops modules from being linked against both sets of libraries on systems that have both installed git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168734 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -27,11 +27,7 @@ | ||||
|  */ | ||||
|  | ||||
| /*** MODULEINFO | ||||
| 	<depend>odbc</depend> | ||||
| 	<depend>ltdl</depend> | ||||
| 	<depend>res_odbc</depend> | ||||
| 	<use>unixodbc</use> | ||||
| 	<use>iodbc</use> | ||||
|  ***/ | ||||
|  | ||||
| #define USE_ODBC | ||||
|   | ||||
		Reference in New Issue
	
	Block a user