summaryrefslogtreecommitdiffstats
path: root/package/sudo
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2007-03-14 03:12:22 +0000
committerEric Andersen <andersen@codepoet.org>2007-03-14 03:12:22 +0000
commit15177a6e9566e2929e77eda44eff5116b6f0e587 (patch)
tree33c9c8322e5331ab9a4672a8aad7aa3927c14f69 /package/sudo
parent85d7f6f05f87b52a56b603c95e68498f04877f64 (diff)
downloadbuildroot-novena-15177a6e9566e2929e77eda44eff5116b6f0e587.tar.gz
buildroot-novena-15177a6e9566e2929e77eda44eff5116b6f0e587.zip
yet more LDFLAGS handling fixups
Diffstat (limited to 'package/sudo')
-rw-r--r--package/sudo/sudo.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk
index ccb2e9edd..3f0df7af0 100644
--- a/package/sudo/sudo.mk
+++ b/package/sudo/sudo.mk
@@ -25,7 +25,7 @@ $(SUDO_DIR)/.configured: $(SUDO_DIR)/.unpacked $(SUDO_CONFIG_FILE)
$(TARGET_CONFIGURE_OPTS) \
./configure \
CFLAGS="$(TARGET_CFLAGS)" \
- LDFLAGS="$(TARGET_LDFLAGS)"
+ LDFLAGS="$(TARGET_LDFLAGS)" \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \