From 6b73e92d646bbda14c966f72cb163d56de0f51a1 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 22 Oct 2009 21:24:04 -0700 Subject: ckermit: fix GNU_HASH QA error --- recipes/ckermit/ckermit_211.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes') diff --git a/recipes/ckermit/ckermit_211.bb b/recipes/ckermit/ckermit_211.bb index 1317328619..ed153b6076 100644 --- a/recipes/ckermit/ckermit_211.bb +++ b/recipes/ckermit/ckermit_211.bb @@ -7,7 +7,7 @@ LICENSE = "Kermit" HOMEPAGE = "http://www.columbia.edu/kermit/" SECTION = "console/network" SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz" -PR = "r1" +PR = "r2" # # From http://www.columbia.edu/kermit/ck80.html#license @@ -61,6 +61,8 @@ export INFODIR = "${infodir}" CKERMIT_ADDITIONAL = "" CKERMIT_ADDITIONAL_linux-uclibc = "-DNOARROWKEYS" +TARGET_CC_ARCH += "${LDFLAGS}" + do_compile () { # The original makefile doesn't differentiate between CC and CC_FOR_BUILD, # so we build wart manually. Note that you need a ckwart.o with the proper -- cgit v1.2.3