Revert "Specify boost header directory for internal boost."
This reverts commit f721ae074d
.
This commit is contained in:
parent
f721ae074d
commit
a6610e9e48
1 changed files with 1 additions and 7 deletions
|
@ -53,13 +53,7 @@ MY_CXXFLAGS = CXXFLAGS=-I$(OUTDIR)/inc/external
|
|||
.END
|
||||
|
||||
CONFIGURE_DIR=
|
||||
CONFIGURE_ACTION=
|
||||
|
||||
.IF "$(SYSTEM_BOOST)" != "YES"
|
||||
CONFIGURE_ACTION+=export CPPFLAGS="$(CPPFLAGS) -I$(OUTDIR)/inc/external" &&
|
||||
.ENDIF
|
||||
|
||||
CONFIGURE_ACTION+=./configure \
|
||||
CONFIGURE_ACTION=./configure \
|
||||
--with-pic \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
|
|
Loading…
Reference in a new issue