Przeglądaj źródła

- fix unnecessary module library links, related to #1855859
- small cleanup in Makefile for carrierroute


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4469 689a6050-402a-0410-94f2-e92a70836424

Henning Westerholt 17 lat temu
rodzic
commit
a608c99faf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      modules/db_berkeley/km_Makefile

+ 1 - 1
modules/db_berkeley/km_Makefile

@@ -14,6 +14,6 @@ DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \
 include ../../Makefile.defs 
 auto_gen=
 NAME=db_berkeley.so
-LIBS+=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb
+LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb
 
 include ../../Makefile.modules