public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile (blueness)" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-selinux/files: respect-LDFLAGS.patch
Date: Fri, 18 Mar 2011 02:02:11 +0000 (UTC)	[thread overview]
Message-ID: <20110318020211.5B13220057@flycatcher.gentoo.org> (raw)

blueness    11/03/18 02:02:11

  Added:                respect-LDFLAGS.patch
  Log:
  Fix bug #355675
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/python-selinux/files/respect-LDFLAGS.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-selinux/files/respect-LDFLAGS.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-selinux/files/respect-LDFLAGS.patch?rev=1.1&content-type=text/plain

Index: respect-LDFLAGS.patch
===================================================================
--- python-selinux-orig/Makefile	2006-02-12 04:37:05.000000000 +0300
+++ python-selinux/Makefile	2011-02-22 19:06:02.000000000 +0300
@@ -23,7 +23,7 @@
 	$(PYREXC) $<
 
 %.so: %.c
-	$(CC) -fPIC -shared -o $@ -I /usr/include/python${PYVER} $< -lselinux
+	$(CC) -fPIC -shared -o $@ -I /usr/include/python${PYVER} ${CFLAGS} ${LDFLAGS} $< -lselinux
 
 install: $(all_so)
 	mkdir -p ${DESTDIR}/usr/lib/python${PYVER}/site-packages






             reply	other threads:[~2011-03-18  2:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-18  2:02 Anthony G. Basile (blueness) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-07 19:22 [gentoo-commits] gentoo-x86 commit in dev-python/python-selinux/files: respect-LDFLAGS.patch Sven Vermeulen (swift)

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=20110318020211.5B13220057@flycatcher.gentoo.org \
    --to=blueness@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