Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
python3-qt4
link-python3.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File link-python3.diff of Package python3-qt4
Index: PyQt-x11-gpl-4.8.3/configure.py =================================================================== --- PyQt-x11-gpl-4.8.3.orig/configure.py 2011-01-23 11:08:20.000000000 +0100 +++ PyQt-x11-gpl-4.8.3/configure.py 2011-02-11 11:31:07.548439367 +0100 @@ -1274,6 +1274,8 @@ def add_makefile_extras(makefile, extra_ if extra_libs: makefile.extra_libs.extend(extra_libs) + for lib in os.popen("python3-config --libs").read().split(): + makefile.extra_libs.append(lib.replace('-l', '')) def check_vendorid(): """See if the VendorID library and include file can be found.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor