From a7aef614289aff154da5fc9d61eff27908944a25 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 6 May 2020 16:32:22 +0200 Subject: [PATCH] - libgpg-error: fix hd2 build by another symlink; wtf? --- make/target-libs.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/make/target-libs.mk b/make/target-libs.mk index 951c2f55..06aca7f1 100644 --- a/make/target-libs.mk +++ b/make/target-libs.mk @@ -740,6 +740,7 @@ libgpg-error: $(ARCHIVE)/$(LIBGPG-ERROR_SOURCE) | $(TARGET_DIR) $(CHDIR)/$(LIBGPG-ERROR_TMP); \ pushd src/syscfg; \ ln -s lock-obj-pub.arm-unknown-linux-gnueabi.h lock-obj-pub.$(TARGET).h; \ + ln -s lock-obj-pub.arm-unknown-linux-gnueabi.h lock-obj-pub.linux-uclibcgnueabi.h; \ popd; \ $(CONFIGURE) \ --prefix= \