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:
bca68e9
)
Configure options of form -Dfoo=bar should get added to CFLAGS in mk1mf.pl
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Jun 2008 15:09:40 +0000
(15:09 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Jun 2008 15:09:40 +0000
(15:09 +0000)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index 2b129ff36b1dde5141a43d2cb677aee34ad41acf..7ba804ce33ac10ef5963db44675633740ee238d3 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-1102,7
+1102,7
@@
sub read_options
}
}
}
- elsif (/^([^=]*)=(.*)$/){ $VARS{$1}=$2; }
+ elsif (/^([^=]*)=(.*)$/
&& !/^-D/
){ $VARS{$1}=$2; }
elsif (/^-[lL].*$/) { $l_flags.="$_ "; }
elsif ((!/^-help/) && (!/^-h/) && (!/^-\?/) && /^-.*$/)
{ $c_flags.="$_ "; }