diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-15 21:17:04 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-15 21:17:04 +0100 |
commit | b445d69f041062e4695cb23d656fb8613fcf381c (patch) | |
tree | 3d3123d2951072e7c1560e2e0870cee93a3d744c /i486-stage4 | |
parent | 80afdd710922f82171bb9250c33dca18475f42ca (diff) | |
download | bootstrap32-b445d69f041062e4695cb23d656fb8613fcf381c.tar.xz |
stage4: building with docu and tests up to help2man
Diffstat (limited to 'i486-stage4')
-rw-r--r-- | i486-stage4/openssl/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/i486-stage4/openssl/DESCR b/i486-stage4/openssl/DESCR new file mode 100644 index 0000000..69d65f7 --- /dev/null +++ b/i486-stage4/openssl/DESCR @@ -0,0 +1,5 @@ +sed -i "s@'i686'@'$TARGET_CPU'@g" PKGBUILD +sed -i "s@'linux-elf'@'linux-generic32'@g" PKGBUILD +sed -i 's@shared no-ssl3-method ${optflags}@shared ${optflags}@' PKGBUILD + +# pod2man fails during building of documentation, not dramatic, ignoring that. |