diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-10 16:45:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-10 16:45:48 +0100 |
commit | e6d4795e52643a8e940f79c1ee6510cc14fdfb38 (patch) | |
tree | 8871fe46158da5a28b4f33d57d14dbbe3459030c /python | |
parent | b773045fa0470776e37731d5bb9805bfb0cc4a7e (diff) |
extra love for incompatible expat on macosx
Diffstat (limited to 'python')
-rw-r--r-- | python/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index e66acb76c2f6..5043b28f3ef3 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -65,10 +65,12 @@ CONFIGURE_DIR= BUILD_DIR= MYCWD=$(shell @pwd)/$(INPATH)/misc/build +.IF "$(SYSTEM_OPENSSL)" != "YES" #we want to be sure we use our internal openssl if #that's enabled CC+:=-I$(SOLARINCDIR)$/external python_LDFLAGS+=-L$(SOLARLIBDIR) +.ENDIF # CLFLAGS get overwritten in Makefile.pre.in .IF "$(SYSBASE)"!="" |