projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c621fe6
)
Use CFLAG for LFLAGS instead of the nonexistent CFLAGS.
author
Ben Laurie
<ben@links.org>
Tue, 5 Mar 2013 05:55:19 +0000
(
05:55
+0000)
committer
Ben Laurie
<ben@links.org>
Tue, 5 Mar 2013 05:55:19 +0000
(
05:55
+0000)
util/pl/unix.pl
patch
|
blob
|
history
diff --git
a/util/pl/unix.pl
b/util/pl/unix.pl
index 071e97a3af33ce2b84b5038540e3e38f2e194431..b8e1ff7d9e6dc89dbccdf368d5a8b25f7aa6996a 100644
(file)
--- a/
util/pl/unix.pl
+++ b/
util/pl/unix.pl
@@
-30,7
+30,7
@@
$ofile='-o ';
# EXE linking stuff
$link='${CC}';
-$lflags='${CFLAG
S
}';
+$lflags='${CFLAG}';
$efile='-o ';
$exep='';
$ex_libs="";