diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-09-08 23:34:56 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-09-08 23:34:56 +0200 |
commit | f03c3eac2c17e730f4da66ac28acec978c18c20e (patch) | |
tree | 12b88c8cf635478f1f163f177332bc43a0533d5e /wlp/module | |
parent | aa233606dc5358292f26808439bd60836a9b5dfe (diff) | |
download | pygn-f03c3eac2c17e730f4da66ac28acec978c18c20e.tar.gz |
Ubuntu patches
http://patches.ubuntu.com/p/pyg/pyg_0.9.8ubuntu2.patch
Diffstat (limited to 'wlp/module')
-rw-r--r-- | wlp/module/Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wlp/module/Makefile.pre.in b/wlp/module/Makefile.pre.in index fce3177..1026fc5 100644 --- a/wlp/module/Makefile.pre.in +++ b/wlp/module/Makefile.pre.in @@ -166,6 +166,7 @@ LIBP= $(exec_installdir)/lib/python$(VERSION) DESTSHARED= $(BINLIBDEST)/site-packages LIBPL= $(LIBP)/config +LIBPL= $(shell python$(VERSION)-config --configdir) PYTHONLIBS= $(LIBPL)/libpython$(VERSION).a |