Notable changes are: February 27, 2001: ================= * Released LibGTop 1.0.12 "Gerolzhofen". - fix for Solaris 8 from Laszlo PETER (msg_limits, sem_limits). - fix for FreeBSD 4.2 from Rolf Grossmann (FreeBSD now uses `_KERNEL' instead of `KERNEL'). Bug #51334. - for BSDI, comment out `subnet' field in netload; this should make it compile, but there may be other problems. Bug #13345. This release is for GNOME 1.4 Beta2. February 14, 2001: ================= * Released LibGTop 1.0.11 "Jasmin": [The release which was supposed to be called "Gerolzhofen".] - merged in the Solaris code from LIBGTOP_1_1_2_PATCHES. - minor OpenBSD fixes. - again a bunch of updated translations. Please test the Solaris stuff and report and bugs and problems as soon as possible; I'll make a new release for the 2nd beta of GNOME 1.4 if necessary. November 20, 2000: ================= * Released LibGTop 1.0.10 "November Rain": - this release contains a bunch of updated translations.
13 lines
638 B
Text
13 lines
638 B
Text
$NetBSD: patch-ao,v 1.2 2001/04/06 21:52:13 rh Exp $
|
|
|
|
--- src/daemon/Makefile.in.orig Tue Feb 27 15:02:08 2001
|
|
+++ src/daemon/Makefile.in
|
|
@@ -196,7 +196,7 @@
|
|
@ENABLE_STATIC_TRUE@libgtop_daemon_LDFLAGS = -static
|
|
|
|
libgtop_server_SOURCES = server.c slave.c io.c version.c daemon.h
|
|
-libgtop_server_LDADD = $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps_suid.la $(top_builddir)/sysdeps/common/libgtop_suid_common.la
|
|
+libgtop_server_LDADD = $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps_suid.la $(top_builddir)/sysdeps/common/libgtop_suid_common.la -lintl
|
|
|
|
|
|
@ENABLE_STATIC_TRUE@libgtop_server_LDFLAGS = -static
|