diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-03-14 03:12:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-03-14 03:12:22 +0000 |
commit | 15177a6e9566e2929e77eda44eff5116b6f0e587 (patch) | |
tree | 33c9c8322e5331ab9a4672a8aad7aa3927c14f69 /package/strace/strace.mk | |
parent | 85d7f6f05f87b52a56b603c95e68498f04877f64 (diff) | |
download | buildroot-novena-15177a6e9566e2929e77eda44eff5116b6f0e587.tar.gz buildroot-novena-15177a6e9566e2929e77eda44eff5116b6f0e587.zip |
yet more LDFLAGS handling fixups
Diffstat (limited to 'package/strace/strace.mk')
-rw-r--r-- | package/strace/strace.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/strace/strace.mk b/package/strace/strace.mk index 631ba1377..ed99cac61 100644 --- a/package/strace/strace.mk +++ b/package/strace/strace.mk @@ -30,7 +30,7 @@ $(STRACE_DIR)/.configured: $(STRACE_DIR)/.unpacked $(if $(BR_LARGEFILE),ac_cv_type_stat64=yes,ac_cv_type_stat64=no) \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) $(BR2_STRACE_CFLAGS)" \ - LDFLAGS="$(TARGET_LDFLAGS)" + LDFLAGS="$(TARGET_LDFLAGS)" \ aaa_ac_cv_header_linux_if_packet_h=yes \ ./configure \ --target=$(REAL_GNU_TARGET_NAME) \ |