mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
Upstream removed git tags, so the version is based on Linux Makefile and date of the git revision. The upstream Makefile no longer accepts specific targets, so the non-FUSE targets are patched away to prevent them from being built (which fails). (They are not used by this port.) Submitted by: Charlie Li <ml AT vishwin.info> Reviewed by: mat Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D16044
18 lines
538 B
Text
18 lines
538 B
Text
--- Targets.orig 2018-06-12 22:43:19 UTC
|
|
+++ Targets
|
|
@@ -10,15 +10,6 @@ LDLIBS_lib/hijack/liblkl-hijack-$(LKL_HOST_CONFIG_ANDR
|
|
progs-$(LKL_HOST_CONFIG_FUSE) += lklfuse
|
|
LDLIBS_lklfuse-y := -lfuse
|
|
|
|
-progs-$(LKL_HOST_CONFIG_ARCHIVE) += fs2tar
|
|
-LDLIBS_fs2tar-y := -larchive
|
|
-LDLIBS_fs2tar-$(LKL_HOST_CONFIG_NEEDS_LARGP) += -largp
|
|
-
|
|
-
|
|
-progs-$(LKL_HOST_CONFIG_ARCHIVE) += cptofs
|
|
-LDLIBS_cptofs-y := -larchive
|
|
-LDLIBS_cptofs-$(LKL_HOST_CONFIG_NEEDS_LARGP) += -largp
|
|
-
|
|
progs-y += tests/boot
|
|
progs-y += tests/disk
|
|
progs-y += tests/net-test
|