Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
9f9567f7ab743c7ef84e7c92930fb7c89fbae183
Attempt to create a libpkg_flat.a with libdl on linux
Baptiste Daroussin
committed
7 years ago
commit 9f9567f7ab743c7ef84e7c92930fb7c89fbae183
parent
35d4885a3b1a0665335eee9f3aba58ded97f26bb
1 file changed
+1
-0
modified
libpkg/Makefile.autosetup
@@ -91,6 +91,7 @@ LOCAL_LDFLAGS+= -lutil
@if HAVE_LIBDL
LOCAL_LDFLAS+= -ldl
+
STATIC_LIBS+=/usr/lib/libdl.a
@endif
@if libabidir == libmachista