From 864ea5fd61e6108dbf723d9d0dd38602e5704a54 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 5 Apr 2022 19:29:01 +0200 Subject: [PATCH] coreos/config: Drop libtool fixes These seem to be quite old and most likely not needed any more. Let's see if it's true, otherwise this commit will be reverted. --- .../coreos-overlay/coreos/config/env/sys-devel/libtool | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-devel/libtool diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-devel/libtool b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-devel/libtool deleted file mode 100644 index 47d205fa5f..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-devel/libtool +++ /dev/null @@ -1,4 +0,0 @@ -# Remove the *.la masking since libtool's autoconf detection code -# relies on its existence. -INSTALL_MASK=${INSTALL_MASK/\/usr\/lib\*\/\*.la} -PKG_INSTALL_MASK=${PKG_INSTALL_MASK/\/usr\/lib\*\/\*.la}