2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

add -fPIC

[SVN r10216]
This commit is contained in:
Jens Maurer
2001-05-24 10:45:38 +00:00
parent 2fa4bb7410
commit daf0865cdf

View File

@@ -17,14 +17,14 @@
ROOT=$(HOME)
BOOST=$(ROOT)/boost
PYEXE=/usr/bin/python
PYEXE=PYTHONPATH=. /usr/bin/python
PYINC=-I/usr/include/python1.5
#PYEXE=/usr/local/Python-1.5.2/bin/python
#PYINC=-I/usr/local/Python-1.5.2/include/python1.5
#PYEXE=/usr/local/Python-2.0/bin/python
#PYINC=-I/usr/local/Python-2.0/include/python2.0
STDOPTS=-ftemplate-depth-21
STDOPTS=-ftemplate-depth-21 -fPIC
WARNOPTS=
OPTOPTS=-g
@@ -33,7 +33,7 @@ CPPOPTS=$(STLPORTINC) $(STLPORTOPTS) -I$(BOOST) $(PYINC) \
$(STDOPTS) $(WARNOPTS) $(OPTOPTS)
MAKEDEP=-M
LD=g++
LD=$(CPP)
LDOPTS=-shared
OBJ=classes.o conversions.o extension_class.o functions.o \