summaryrefslogtreecommitdiffstats
path: root/src/libgpg_error.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgpg_error.mk')
-rw-r--r--src/libgpg_error.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libgpg_error.mk b/src/libgpg_error.mk
index 42abb35..58732b5 100644
--- a/src/libgpg_error.mk
+++ b/src/libgpg_error.mk
@@ -26,4 +26,5 @@ define $(PKG)_BUILD
--disable-languages
$(MAKE) -C '$(1)/src' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)/src' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
+ ln -sf '$(PREFIX)/$(TARGET)/bin/gpg-error-config' '$(PREFIX)/bin/$(TARGET)-gpg-error-config'
endef