Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
uwsgi
uwsgi-2.0.18-postgresql-config.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File uwsgi-2.0.18-postgresql-config.patch of Package uwsgi
--- a/plugins/emperor_pg/uwsgiplugin.py +++ b/plugins/emperor_pg/uwsgiplugin.py @@ -2,11 +2,8 @@ import os NAME = 'emperor_pg' -CFLAGS = ['-I' + os.popen('pg_config --includedir').read().rstrip()] +CFLAGS = os.popen('pkg-config --cflags libpq').read().rstrip().split() LDFLAGS = [] -LIBS = [ - '-L' + os.popen('pg_config --libdir').read().rstrip(), - '-lpq' -] +LIBS = os.popen('pkg-config --libs libpq').read().rstrip().split() GCC_LIST = ['emperor_pg']
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