public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "TomAs Touceda (chiiph)" <chiiph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-scheme/schemik/files: schemik-1.2.40.0-asneeded.patch
Date: Thu, 16 Sep 2010 14:10:04 +0000 (UTC)	[thread overview]
Message-ID: <20100916141004.25D4520054@flycatcher.gentoo.org> (raw)

chiiph      10/09/16 14:10:04

  Added:                schemik-1.2.40.0-asneeded.patch
  Log:
  Add as-needed patch, wrt bug 330623
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-scheme/schemik/files/schemik-1.2.40.0-asneeded.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/schemik/files/schemik-1.2.40.0-asneeded.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/schemik/files/schemik-1.2.40.0-asneeded.patch?rev=1.1&content-type=text/plain

Index: schemik-1.2.40.0-asneeded.patch
===================================================================
Fixing build with as-needed, respect LDFLAGS

http://bugs.gentoo.org/show_bug.cgi?id=330623

--- Makefile
+++ Makefile
@@ -4,7 +4,7 @@
 STATIC_NAME="schemik-i686-linux-static"
 
 all: stack_eval.o types.o functions.o env.o initial_env.o schemik.c rt.o int_funcs.o readline_wrapper.o config.h thread_pool.o parser.o lexer.o errors.o
-	$(CC) ${COMP_ARGS} `pkg-config --libs --cflags glib-2.0` -o schemik stack_eval.o types.o int_funcs.o functions.o env.o initial_env.o rt.o readline_wrapper.o thread_pool.o parser.o lexer.o errors.o schemik.c -lgc -lpthread -lreadline -lncurses -lm
+	$(CC) $(LDFLAGS) ${COMP_ARGS} -o schemik stack_eval.o types.o int_funcs.o functions.o env.o initial_env.o rt.o readline_wrapper.o thread_pool.o parser.o lexer.o errors.o schemik.c -lgc -lpthread -lreadline -lncurses -lm `pkg-config --libs --cflags glib-2.0`
 
 stack_eval.o: stack_eval.c eval.h vm.h vm.c stack.c stack.h int_funcs.h functions.h rt.h mutex.h types.h config.h dump_vm.c tm_log.c tm_log.h constants.def
 	$(CC) ${COMP_ARGS} `pkg-config --cflags glib-2.0` -c stack_eval.c






                 reply	other threads:[~2010-09-16 14:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100916141004.25D4520054@flycatcher.gentoo.org \
    --to=chiiph@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox