From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Kenton Date: Wed, 17 Dec 2014 09:15:36 -0600 Subject: [Buildroot] [PATCH] freetype: add some dependencies In-Reply-To: <54917FFF.1060101@zacarias.com.ar> References: <548CD4D7.1090808@ou.edu> <54917FFF.1060101@zacarias.com.ar> Message-ID: <54919E18.2020206@ou.edu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 12/17/2014 7:07 AM, Gustavo Zacarias wrote: > On 12/13/2014 09:07 PM, Steve Kenton wrote: > >> freetype needs fenv.h which is not available on uClibc except for x86, add dependencies >> >> Signed-off-by Stephen M. Kenton > Hi. > This is wrong. > I'm using freetype with rrdtool for ARM and PowerPC targets with uClibc > just fine. My apologies, you are right > In fact any search for fenv.h in the freetype source gives nothing. > And the autobuilders would have caught this by now. > Is it possible that some other application that links to freetype is > breaking, and uses fenv itself? Yes, the problem is in the app using freetype, I misinterpreted things. I will try again with a hopefully better patch. > Regards. >