Sfoglia il codice sorgente

- another mysql library directory added

Jan Janak 22 anni fa
parent
commit
473c6c0345
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      modules/db_mysql/Makefile

+ 1 - 0
modules/db_mysql/Makefile

@@ -14,6 +14,7 @@ DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/include/mysql \
 # (Debian does the right thing and puts it in /usr/lib)
 LIBS=-L/usr/lib/mysql -L$(LOCALBASE)/lib -L$(LOCALBASE)/lib/mysql \
 		-L$(LOCALBASE)/mysql/lib/mysql/ -L/usr/pkg/lib/mysql \
+		-L$(LOCALBASE)/mysql/lib \
 		-lmysqlclient -lz
 
 include ../../Makefile.modules