summaryrefslogtreecommitdiffstats
path: root/Configurations/unix-Makefile.tmpl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-05-01 13:35:31 +0200
committerAndy Polyakov <appro@openssl.org>2016-05-02 12:49:57 +0200
commitcba792a1e941788cba7dc700a2ef59420e7f2522 (patch)
treebd37782f5da9dfd4b6fd203a635204ff93496b39 /Configurations/unix-Makefile.tmpl
parentb1a07c38540105077878ad80a6a87c96fdbc18f1 (diff)
Android build fixes.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations/unix-Makefile.tmpl')
-rw-r--r--Configurations/unix-Makefile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 164b533f22..974a978fb3 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -172,7 +172,7 @@ LIB_LDFLAGS={- $target{shared_ldflag}." ".$config{shared_ldflag}
RCFLAGS={- $target{shared_rcflag} -}
DSO_CFLAGS={- $target{shared_cflag} || "" -}
DSO_LDFLAGS=$(LIB_LDFLAGS)
-BIN_CFLAGS={- "" -}
+BIN_CFLAGS={- $target{bin_cflags} -}
PERL={- $config{perl} -}