public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/miniupnpc/files: 0001-Link-Python-module-against-the-shared-library.patch
@ 2011-08-09 17:41 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2011-08-09 17:41 UTC (permalink / raw
  To: gentoo-commits

mgorny      11/08/09 17:41:19

  Added:               
                        0001-Link-Python-module-against-the-shared-library.patch
  Log:
  Split the Python module in net-libs/miniupnpc into separate dev-python/miniupnpc; link the Python module against shared libminiupnpc.
  
  (Portage version: 2.2.0_alpha50_p1/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/miniupnpc/files/0001-Link-Python-module-against-the-shared-library.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/miniupnpc/files/0001-Link-Python-module-against-the-shared-library.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/miniupnpc/files/0001-Link-Python-module-against-the-shared-library.patch?rev=1.1&content-type=text/plain

Index: 0001-Link-Python-module-against-the-shared-library.patch
===================================================================
From 34da047ae5b945a43430f59efe0efefdd8f1ba55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
Date: Wed, 3 Aug 2011 08:28:31 +0200
Subject: [PATCH] Link Python module against the shared library.

---
 setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/setup.py b/setup.py
index ca31f96..f5aef19 100644
--- a/setup.py
+++ b/setup.py
@@ -10,6 +10,6 @@ from distutils.core import setup, Extension
 setup(name="miniupnpc", version="1.5",
       ext_modules=[
 	         Extension(name="miniupnpc", sources=["miniupnpcmodule.c"],
-			           extra_objects=["libminiupnpc.a"])
+			           libraries=["miniupnpc"])
 			 ])
 
-- 
1.7.6







^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-09 17:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 17:41 [gentoo-commits] gentoo-x86 commit in dev-python/miniupnpc/files: 0001-Link-Python-module-against-the-shared-library.patch Michal Gorny (mgorny)

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