forked from pool/python-setproctitle
- Update use-pkg-config.patch to use the embedded profile, to build
against Python 3.8. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=37
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 10 07:59:29 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update use-pkg-config.patch to use the embedded profile, to build
|
||||
against Python 3.8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 10:35:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-setproctitle
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@@ -15,7 +15,7 @@
|
||||
-PYINC := $(shell $(PYCONFIG) --includes)
|
||||
-PYLIB := $(shell $(PYCONFIG) --ldflags) -L$(shell $(PYCONFIG) --prefix)/lib
|
||||
+PYINC := $(shell $(PYCONFIG) python$(PYVER) --cflags)
|
||||
+PYLIB := $(shell $(PYCONFIG) python$(PYVER) --libs) -L$(shell $(PYCONFIG) python$(PYVER) --prefix)/lib
|
||||
+PYLIB := $(shell $(PYCONFIG) python$(PYVER)-embed --libs) -L$(shell $(PYCONFIG) python$(PYVER) --prefix)/lib
|
||||
|
||||
BUILD_DIR = build/lib.$(PYVER)
|
||||
|
||||
|
Reference in New Issue
Block a user