The following snippet of sysdeps/common/Makefile.am
also works on kfreebsd:
if !LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST
mountlist_src = mountlist.c
endif
if !LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE
fsusage_src = fsusage.c
endif
libgtop_common_2_0_la_SOURCES = error.c gnuslib.c \
procargs.c \
default.c \
$(mountlist_src) $(fsusage_src)
Please, could you forward it upstream for inclusion in 2.22.1
Hi,
so only the last part makes things work on kfreebsd already? Or is
everything required?
Could you prepare one diff with everything needed? I'll get it upstream
then :)
Change of sysdeps/common/Makefile.am is for upstream. I guess
upstream have in svn/cvs files sysdeps/common/fsusage.c
and sysdeps/common/mountlist.c.
But these files are not in tarball created by "make dist".
After changing Makefile.am, they should appear
in tarball created by "make dist" again.
For debian is also needed the part changing debian/control.in and
debian/rules.
Petr
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]