From patchwork Thu May 27 09:22:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: richard kennedy X-Patchwork-Id: 102583 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4R9MXux020162 for ; Thu, 27 May 2010 09:22:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757484Ab0E0JWc (ORCPT ); Thu, 27 May 2010 05:22:32 -0400 Received: from anchor-post-2.mail.demon.net ([195.173.77.133]:44689 "EHLO anchor-post-2.mail.demon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756732Ab0E0JWb (ORCPT ); Thu, 27 May 2010 05:22:31 -0400 Received: from rsk.demon.co.uk ([80.176.90.227] helo=[192.168.0.3]) by anchor-post-2.mail.demon.net with esmtp (Exim 4.69) id 1OHZIM-0007WI-jZ; Thu, 27 May 2010 09:22:30 +0000 Subject: [PATCH] gconfig: fix build failure on fedora 13 From: Richard Kennedy To: Roman Zippel Cc: linux-kbuild , lkml , Steven Rostedt Date: Thu, 27 May 2010 10:22:28 +0100 Message-ID: <1274952149.2210.12.camel@castor.rsk> Mime-Version: 1.0 X-Mailer: Evolution 2.30.1.2 (2.30.1.2-2.fc13) Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 27 May 2010 09:22:33 +0000 (UTC) diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 186c466..9842611 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -208,7 +208,7 @@ HOSTCFLAGS_zconf.tab.o := -I$(src) HOSTLOADLIBES_qconf = $(KC_QT_LIBS) -ldl HOSTCXXFLAGS_qconf.o = $(KC_QT_CFLAGS) -D LKC_DIRECT_LINK -HOSTLOADLIBES_gconf = `pkg-config --libs gtk+-2.0 gmodule-2.0 libglade-2.0` +HOSTLOADLIBES_gconf = `pkg-config --libs gtk+-2.0 gmodule-2.0 libglade-2.0` -ldl HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \ -D LKC_DIRECT_LINK