mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-05 13:11:33 +00:00
9 lines
81 B
Python
9 lines
81 B
Python
NAME='geoip'
|
|
|
|
CFLAGS = []
|
|
LDFLAGS = []
|
|
LIBS = ['-lGeoIP']
|
|
|
|
GCC_LIST = ['geoip']
|
|
|