[package] libiptc and libxtables should install their libraries as symbolic links...
[openwrt.git] / package / kexec-tools / Makefile
index 910b6a2..3f6137d 100644 (file)
@@ -35,9 +35,11 @@ define Package/kexec-tools/config
        source "$(SOURCE)/kexec-config.in"
 endef
 
+KEXEC_TARGET_NAME:=$(call qstrip,$(CONFIG_KEXEC_TOOLS_TARGET_NAME))-linux-$(TARGET_SUFFIX)
+
 CONFIGURE_ARGS = \
-               --target=$(CONFIG_KEXEC_TOOLS_TARGET_NAME)-linux-$(TARGET_SUFFIX) \
-               --host=$(GNU_TARGET_NAME)-uclibc \
+               --target=$(KEXEC_TARGET_NAME) \
+               --host=$(REAL_GNU_TARGET_NAME) \
                --build=$(GNU_HOST_NAME) \
                --program-prefix="" \
                --program-suffix="" \
This page took 0.022419 seconds and 4 git commands to generate.