Attempt to fix a build bug
This appeared to be caused by c36b91b024
, which says that it is trying
to fix an issue on the FreeBSD port. However, half of that commit has
already been removed, and when I remove the other half, the port builds
fine still.
It looks like that commit may have been entirely unnecessary due to
later changes, but it broke cross-compiling.
This commit removes the rest of that commit. This may not work, but I'm
going to try it.
Signed-off-by: Gavin Howard <[email protected]>
This commit is contained in:
parent
6fabf2b835
commit
2b65eb21cf
|
@ -211,8 +211,8 @@ CPPFLAGS6 = $(CPPFLAGS5) -DBC_ENABLE_NLS=$(BC_ENABLE_NLS)
|
|||
CPPFLAGS7 = $(CPPFLAGS6) -D$(BC_ENABLE_EXTRA_MATH_NAME)=$(BC_ENABLE_EXTRA_MATH)
|
||||
CPPFLAGS8 = $(CPPFLAGS7) -DBC_ENABLE_HISTORY=$(BC_ENABLE_HISTORY) -DBC_ENABLE_LIBRARY=$(BC_ENABLE_LIBRARY)
|
||||
CPPFLAGS = $(CPPFLAGS8) -DBC_ENABLE_MEMCHECK=$(BC_ENABLE_MEMCHECK) -DBC_ENABLE_AFL=$(BC_ENABLE_AFL)
|
||||
CFLAGS = $(CPPFLAGS) $(BC_DEFS) $(DC_DEFS) %%CPPFLAGS%% %%CFLAGS%% -I$(INCLUDEDIR)
|
||||
LDFLAGS = %%LDFLAGS%% -L$(LIBDIR)
|
||||
CFLAGS = $(CPPFLAGS) $(BC_DEFS) $(DC_DEFS) %%CPPFLAGS%% %%CFLAGS%%
|
||||
LDFLAGS = %%LDFLAGS%%
|
||||
|
||||
HOSTCFLAGS = %%HOSTCFLAGS%%
|
||||
|
||||
|
|
Loadingâ¦
Reference in New Issue