|
Lines 297-303
Link Here
|
| 297 |
# build system: the static archives are built as PIC all the time. |
297 |
# build system: the static archives are built as PIC all the time. |
| 298 |
# Only way around this would be to manually configure+compile openssl |
298 |
# Only way around this would be to manually configure+compile openssl |
| 299 |
# twice; once with shared lib support enabled and once without. |
299 |
# twice; once with shared lib support enabled and once without. |
| 300 |
use static-libs || rm -f "${ED}"/usr/lib*/lib*.a |
300 |
use static-libs || for x in $(ls "${ED}"/usr/lib*/lib*.a | grep -v dll.a) ; do rm -f "${x}" ; done |
| 301 |
|
301 |
|
| 302 |
# create the certs directory |
302 |
# create the certs directory |
| 303 |
keepdir ${SSL_CNF_DIR}/certs |
303 |
keepdir ${SSL_CNF_DIR}/certs |