From 9a4ca08e5ffee842d0ede78c4ce9f745f0ca42b6 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 6 Jul 2007 04:26:32 +0000 Subject: Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next. --- package/sudo/sudo.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/sudo') diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk index a14b6d4bf..02db27580 100644 --- a/package/sudo/sudo.mk +++ b/package/sudo/sudo.mk @@ -25,8 +25,6 @@ $(SUDO_DIR)/.configured: $(SUDO_DIR)/.unpacked $(SUDO_CONFIG_FILE) $(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_ARGS) \ ./configure \ - CFLAGS="$(TARGET_CFLAGS)" \ - LDFLAGS="$(TARGET_LDFLAGS)" \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) \ -- cgit v1.2.3