mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 19:13:48 +08:00
f216fae545
Currently, we simply assume that they shall always be built as shareable images.
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
!
|
|
! Ensure transfer vector is at beginning of image
|
|
!
|
|
CLUSTER=FIRST
|
|
COLLECT=FIRST,$$ENGINE
|
|
!
|
|
! make psects nonshareable so image can be installed.
|
|
!
|
|
PSECT_ATTR=$CHAR_STRING_CONSTANTS,NOWRT
|