8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924950e commit bab2d6aCopy full SHA for bab2d6a
setupext.py
@@ -980,10 +980,10 @@ def do_custom_build(self):
980
subprocess.check_call(
981
['tar zxf {0}'.format(tarball)], shell=True, cwd='build')
982
983
- ['./configure --without-zlib --without-bzip2 --without-png'],
+ ['CFLAGS=-fPIC ./configure --without-zlib --without-bzip2 --without-png'],
984
shell=True, cwd=src_path)
985
986
- ['make'], shell=True, cwd=src_path)
+ ['CFLAGS=-fPIC make'], shell=True, cwd=src_path)
987
988
989
class FT2Font(SetupPackage):
0 commit comments