fe9ab8d7ff
Major changes since last version: * Security fix: access control for `fs setcacheparams' * Support 64-bit files on 32-bit systems * Arla now binds to a random port if the default port is busy * Emulate rename between same-cell volumes by doing copy+remove * Allow setting workers in arla.conf * (Improved) support for several OS/machine combinations * Other fixes
16 lines
504 B
Text
16 lines
504 B
Text
$NetBSD: patch-al,v 1.5 2006/08/24 13:25:41 wennmach Exp $
|
|
|
|
Add missing lib and reorder.
|
|
|
|
--- appl/amon/Makefile.in.orig 2006-06-09 00:50:41.000000000 +0200
|
|
+++ appl/amon/Makefile.in 2006-08-15 20:01:38.000000000 +0200
|
|
@@ -459,7 +459,8 @@
|
|
../../rxdef/librxdefclient.la \
|
|
../../rxdef/libkaclient.la \
|
|
../../rx/librx.la \
|
|
- -L../../lwp -llwp @PLWP_LIB_FLAGS@ \
|
|
+ ../../lwp/liblwp.a \
|
|
+ @PLWP_LIB_FLAGS@ \
|
|
../../lib/vers/libvers.la \
|
|
../../lib/ko/libko.la \
|
|
../../util/libarlautil.la \
|