Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 797262
Collapse All | Expand All

(-)openssl-1.1.1k_orig.ebuild (-1 / +1 lines)
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

Return to bug 797262