Commit e6a156b6 authored by Alain Takoudjou's avatar Alain Takoudjou

Add python include and library flags to apache wsgi

parent 382707cd
......@@ -23,5 +23,6 @@ md5sum = f42d69190ea0c337ef259cbe8d94d985
configure-options =
--with-apxs=${apache:location}/bin/apxs
--with-python=${python2.7:location}/bin/python2.7
#environment =
# CFLAGS=-fPIC
\ No newline at end of file
environment =
CPPFLAGS = -I${python2.7:location}/include/python2.7
LDFLAGS = -L${python2.7:location}/lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment