mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
459 B
Text
13 lines
459 B
Text
post_install () {
|
|
echo ">>> hardening-wrapper is deprecated and will be dropped from the repositories"
|
|
echo ">>>"
|
|
echo ">>> The standard Arch Linux Clang / GCC have adopted PIE / SSP by default"
|
|
echo ">>>"
|
|
echo ">>> RELRO and BIND_NOW are defaults in makepkg LDFLAGS and will become linker defaults soon"
|
|
echo ">>>"
|
|
echo ">>> -fstack-check will be enabled by default once GCC ships their new implementation"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|