platforms/opensuse/root/home/eximtest/exim/src/Local/Makefile
changeset 7 a26a3f0b94d3
parent 3 7a5b244351d3
child 17 09e71eb4b2f0
equal deleted inserted replaced
6:a94233c4e86a 7:a26a3f0b94d3
   361 # specified in INCLUDE. The settings below are just examples; -lpq is for
   361 # specified in INCLUDE. The settings below are just examples; -lpq is for
   362 # PostgreSQL, -lgds is for Interbase, -lsqlite3 is for SQLite.
   362 # PostgreSQL, -lgds is for Interbase, -lsqlite3 is for SQLite.
   363 #
   363 #
   364 # You do not need to use this for any lookup information added via pkg-config.
   364 # You do not need to use this for any lookup information added via pkg-config.
   365 
   365 
   366 LOOKUP_INCLUDE=-I /usr/include/mysql -I /usr/include/pgsql
   366 LOOKUP_INCLUDE=-I /usr/include/mysql -I /usr/include/pgsql 
   367 LOOKUP_LIBS=-L/usr/local/lib -L/usr/lib64/mysql -lldap -llber -lmysqlclient -lpq -lsqlite3
   367 LOOKUP_LIBS=-L/usr/local/lib -L/usr/lib64/mysql -lldap -llber -lmysqlclient -lpq -lsqlite3
   368 
   368 
   369 
   369 
   370 #------------------------------------------------------------------------------
   370 #------------------------------------------------------------------------------
   371 # Compiling the Exim monitor: If you want to compile the Exim monitor, a
   371 # Compiling the Exim monitor: If you want to compile the Exim monitor, a