From 74ba0a8d6789193d4f4a666e4336b7416cf31a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 19 Sep 2021 17:17:36 +0700 Subject: [PATCH] environment: remove create_wrksrc from all build-style --- common/environment/build-style/texmf.sh | 1 - common/environment/build-style/void-cross.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/common/environment/build-style/texmf.sh b/common/environment/build-style/texmf.sh index 098b1b61c19..b0ecf4702fe 100644 --- a/common/environment/build-style/texmf.sh +++ b/common/environment/build-style/texmf.sh @@ -2,4 +2,3 @@ hostmakedepends+=" rsync" # python_version isn't needed for everything either python_version=3 -create_wrksrc=yes diff --git a/common/environment/build-style/void-cross.sh b/common/environment/build-style/void-cross.sh index 62ce9eaa2e4..40df98e95e9 100644 --- a/common/environment/build-style/void-cross.sh +++ b/common/environment/build-style/void-cross.sh @@ -1,6 +1,5 @@ lib32disabled=yes nopie=yes -create_wrksrc=yes nostrip_files+=" libcaf_single.a libgcc.a libgcov.a libgcc_eh.a libgnarl_pic.a libgnarl.a libgnat_pic.a libgnat.a libgmem.a"