Allow DSO flags like -fpic, -fPIC, -KPIC etc. to be specified on the `perl
authorRalf S. Engelschall <rse@openssl.org>
Sat, 6 Mar 1999 14:35:03 +0000 (14:35 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Sat, 6 Mar 1999 14:35:03 +0000 (14:35 +0000)
commit3eb0ed6d914d82e73717e125227acb5a5c36120c
tree2772a13abbe702132dcd48614a1bafbd33937f39
parent6242bb9c63784bd878621557d40521c4a40b2ea4
Allow DSO flags like -fpic, -fPIC, -KPIC etc. to be specified on the `perl
Configure ...' command line. This way one can compile OpenSSL libraries with
Position Independent Code (PIC) which is needed for linking it into DSOs.
CHANGES
Configure