Explorar o código

utils: removed invalid lib path from Makefile

Daniel-Constantin Mierla %!s(int64=14) %!d(string=hai) anos
pai
achega
0704fc5368
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/utils/Makefile

+ 1 - 1
modules/utils/Makefile

@@ -11,7 +11,7 @@ LIBS=
 
 DEFS+=-I/usr/include/libxml2 -I$(LOCALBASE)/include/libxml2 \
       -I$(LOCALBASE)/include
-LIBS+=-L$(SYSBASE)/include/lib -L$(LOCALBASE)/lib -lcurl -lxml2
+LIBS+=-L$(LOCALBASE)/lib -lcurl -lxml2
 
 DEFS+=-DOPENSER_MOD_INTERFACE