Blob Blame History Raw
diff -up inn-2.4.5/history/Makefile.dynlib inn-2.4.5/history/Makefile
--- inn-2.4.5/history/Makefile.dynlib	2008-07-03 19:50:04.000000000 +0200
+++ inn-2.4.5/history/Makefile	2008-07-03 19:50:50.000000000 +0200
@@ -43,7 +43,7 @@ $(FIXSCRIPT):
 
 libinnhist.la: $(OBJECTS) $(LIBSTORAGE) $(LIBINN)
 	$(LIBLD) $(LDFLAGS) -o $@ $(LOBJECTS) \
-	    $(LIBSTORAGE) $(LIBINN) $(EXTSTORAGELIBS) $(LIBS) \
+	    $(LIBSTORAGE) $(LIBINN) $(EXTSTORAGELIBS)  -L../lib/.libs -L../storage/.libs ${LIBS} \
 	    -rpath $(PATHLIB) -version-info 2:0:0
 
 libinnhist.a: $(OBJECTS)
diff -up inn-2.4.5/storage/Makefile.dynlib inn-2.4.5/storage/Makefile
--- inn-2.4.5/storage/Makefile.dynlib	2008-07-03 19:52:48.000000000 +0200
+++ inn-2.4.5/storage/Makefile	2008-07-03 19:42:34.000000000 +0200
@@ -47,7 +47,7 @@ $(FIXSCRIPT):
 
 libstorage.la: $(OBJECTS) $(LIBINN)
 	$(LIBLD) $(LDFLAGS) -o $@ $(LOBJECTS) \
-	    $(LIBINN) $(EXTSTORAGELIBS) $(LIBS) \
+	    $(LIBINN) $(EXTSTORAGELIBS) -L../lib/.libs ${LIBS} \
 	    -rpath $(PATHLIB) -version-info 2:0:0
 
 libstorage.a: $(OBJECTS)