Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Another attempt to fix build on osx
Baptiste Daroussin committed 7 years ago
commit 471acccbeba443c1e7e1959fad0da557edc13fe5
parent a70286165ecc5a0d1d23517ab2b9a31e8ae2659e
1 file changed +2 -1
modified libpkg/Makefile.autosetup
@@ -97,7 +97,8 @@ LOCAL_LDFLAS+= -lresolv
@if libabidir == libmachista
LOCAL_CFLAGS+= -I$(top_srcdir)/external/libmachista
STATIC_LIBS+=	$(top_builddir)/external/libmachista/libmachista.a
-
LOCAL_LDFLAGS+=	-L$(top_builddir)/external/libmachista -lmachista_pic
+
LOCAL_LDFLAGS+=	-L$(top_builddir)/external/libmachista -lmachista_pic \
+
		-larchive
SRCS+=		pkg_macho.c
@else
SRCS+=		pkg_elf.c