From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add gsegrafix and depdendent libraries. Date: Sun, 25 May 2014 23:26:09 +0200 Message-ID: <87k399zh1q.fsf@gnu.org> References: <1401007682-24126-1-git-send-email-jmd@gnu.org> <87d2f20xrv.fsf@gnu.org> <20140525163805.GA19414@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wofvw-00026j-0T for guix-devel@gnu.org; Sun, 25 May 2014 17:26:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wofvo-0005eE-JR for guix-devel@gnu.org; Sun, 25 May 2014 17:26:19 -0400 In-Reply-To: <20140525163805.GA19414@jocasta.intra> (John Darrington's message of "Sun, 25 May 2014 18:38:05 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org, John Darrington John Darrington skribis: > > + (arguments > > + ;; The programmer kindly gives us a hook to turn off deprecat= ion warnings ... > > + `(#:configure-flags '("DISABLE_DEPRECATED_CFLAGS=3D-DGLIB_DIS= ABLE_DEPRECATION_WARNINGS") >=20=20=20=20=20=20 > Would passing CPPFLAGS=3D-DGLIB_DISABLE_DEPRECATION_WARNINGS as > #:configure-flags work? If yes, that???s preferable to modifying > Makefile.in. >=20=20=20=20=20=20 > Unfortunately not. This has been hardcoded in Makefile.am :( What is that that=E2=80=99s been hard-coded? Normally, Automake-generated makefiles honor the user=E2=80=99s CPPFLAGS environment/makefile variable. Ludo=E2=80=99.