Преглед изворни кода

- 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 година
родитељ
комит
a608c99faf
1 измењених фајлова са 1 додато и 1 уклоњено
  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