Quellcode durchsuchen

- another mysql library directory added

Jan Janak vor 22 Jahren
Ursprung
Commit
473c6c0345
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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