fd: use MODCARGO_NO_DEFAULT_FEATURES instead of MODCARGO_BUILD_ARGS.
This actually effectively disables building jemalloc. Problem pointed out by naddy@, thanks!
This commit is contained in:
parent
070788194c
commit
3b017ec911
@ -3,6 +3,7 @@ COMMENT = simple, fast and user-friendly alternative to 'find'
|
||||
GH_ACCOUNT = sharkdp
|
||||
GH_PROJECT = fd
|
||||
GH_TAGNAME = v8.3.2
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = sysutils
|
||||
|
||||
@ -21,7 +22,7 @@ MODULES = devel/cargo
|
||||
CONFIGURE_STYLE = cargo
|
||||
SEPARATE_BUILD = Yes
|
||||
|
||||
MODCARGO_BUILD_ARGS = --no-default-features
|
||||
MODCARGO_NO_DEFAULT_FEATURES = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/fd.1 ${PREFIX}/man/man1
|
||||
|
Loading…
x
Reference in New Issue
Block a user