summaryrefslogtreecommitdiffstats
path: root/package/procps
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/procps
parent85d7f6f05f87b52a56b603c95e68498f04877f64 (diff)
downloadbuildroot-novena-15177a6e9566e2929e77eda44eff5116b6f0e587.tar.gz
buildroot-novena-15177a6e9566e2929e77eda44eff5116b6f0e587.zip
yet more LDFLAGS handling fixups
Diffstat (limited to 'package/procps')
-rw-r--r--package/procps/procps.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/procps/procps.mk b/package/procps/procps.mk
index 85405b7e3..ff0aac6e5 100644
--- a/package/procps/procps.mk
+++ b/package/procps/procps.mk
@@ -17,6 +17,7 @@ $(PROCPS_DIR)/.source: $(DL_DIR)/$(PROCPS_SOURCE)
$(ZCAT) $(DL_DIR)/$(PROCPS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(PROCPS_DIR) package/procps/ procps\*.patch
$(SED) '/^CFLAGS/s:-O2:$(TARGET_CFLAGS):' $(PROCPS_DIR)/Makefile
+ $(SED) '/^LDFLAGS/s:$$:$(TARGET_LDFLAGS):' $(PROCPS_DIR)/Makefile
touch $(PROCPS_DIR)/.source
$(PROCPS_DIR)/$(PROCPS_BINARY): $(PROCPS_DIR)/.source