看板 DFBSD_commit 關於我們 聯絡資訊
commit ff454034bd0ac6a1fb6b0df1e119c53c02a93119 Author: Sascha Wildner <saw@online.de> Date: Fri Apr 29 03:32:53 2011 +0200 libutil: Create a <util.h> symlink. As stuff from NetBSD goes into our libutil, pkgsrc starts detecting that and assumes we have a <util.h> header, too. But ours is named <libutil.h> due to FreeBSD heritage. In an attempt to make life easier and not have to patch packages for this every time, symlink <util.h> to <libutil.h> for now. However, it could well be that other packages test for the existence of <util.h> and (upon finding it) assume we have some NetBSD function in libutil which we don't have. But we'll see. As-proposed-by: y0netan1 Summary of changes: lib/libutil/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ff454034bd0ac6a1fb6b0df1e119c53c02a93119 -- DragonFly BSD source repository