public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-selinux/files: respect-LDFLAGS.patch
@ 2011-03-18  2:02 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-03-18  2:02 UTC (permalink / raw
  To: gentoo-commits

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






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/python-selinux/files: respect-LDFLAGS.patch
@ 2013-05-07 19:22 Sven Vermeulen (swift)
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Vermeulen (swift) @ 2013-05-07 19:22 UTC (permalink / raw
  To: gentoo-commits

swift       13/05/07 19:22:18

  Removed:              respect-LDFLAGS.patch
  Log:
  Fix bug #459234 - Remove python-selinux package


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-07 19:22 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox