From: Ben Laurie Date: Tue, 5 Mar 2013 05:55:19 +0000 (+0000) Subject: Use CFLAG for LFLAGS instead of the nonexistent CFLAGS. X-Git-Tag: master-pre-reformat~1342 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897dfd4eaa6eff4d5184df9698f32289f5e93a8f;p=thirdparty%2Fopenssl.git Use CFLAG for LFLAGS instead of the nonexistent CFLAGS. --- diff --git a/util/pl/unix.pl b/util/pl/unix.pl index 071e97a3af3..b8e1ff7d9e6 100644 --- a/util/pl/unix.pl +++ b/util/pl/unix.pl @@ -30,7 +30,7 @@ $ofile='-o '; # EXE linking stuff $link='${CC}'; -$lflags='${CFLAGS}'; +$lflags='${CFLAG}'; $efile='-o '; $exep=''; $ex_libs="";