From 8ba6111542f5f9b853df9d9f553cc44b395d6fc8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 21 Oct 2008 05:30:10 +0200 Subject: [PATCH] glibc: add gcc build depend, to avoid stuff like -fstack-protector built in. --HG-- extra : convert_revision : 4d14e85d8e8ba2b6f965a5049afbffb15a24f954 --- templates/glibc.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/glibc.tmpl b/templates/glibc.tmpl index 5f1b56643de..7aabb74669e 100644 --- a/templates/glibc.tmpl +++ b/templates/glibc.tmpl @@ -21,3 +21,5 @@ long_desc=" system API for all programs written in C and C-compatible languages such as C++ and Objective C; the runtime facilities of other programming languages use the C library to access the underlying operating system." + +build_depends="gcc-4.3.2"