Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Dragonfly uses our bundled libelf and lint.h conflicts with it
Baptiste Daroussin committed 11 years ago
commit b8b603af1b218f24027d28742745732395b30efc
parent dee9d7d880d2216eddc894535c66493e7b90294d
1 file changed +1 -1
modified libpkg/pkg_elf.c
@@ -49,7 +49,7 @@
#include <fcntl.h>
#include <gelf.h>
#include <libgen.h>
-
#ifdef HAVE_LINK_H
+
#ifdef HAVE_LINK_H && !defined(__DragonFly__)
#include <link.h>
#endif
#include <paths.h>