Сравнение passwdqc-2.0.3-r1 с passwdqc-2.1.0
| /usr/portage/sys-auth/passwdqc/passwdqc-2.1.0.ebuild 2026-04-10 12:17:39.984065323 +0300 | ||
|---|---|---|
| 32 | 32 |
src_prepare() {
|
| 33 | 33 |
default |
| 34 | 34 | |
| 35 |
sed -i -e 's:`uname -s`:Linux:' Makefile || die |
|
| 35 |
# Don't re-define _F_S / otherwise clash with our default toolchain |
|
| 36 |
# hardening. |
|
| 37 |
sed -i \ |
|
| 38 |
-e 's:`uname -s`:Linux:' \ |
|
| 39 |
-e 's:-fPIE.*::' \ |
|
| 40 |
-e 's:-Wl,-z,relro.*::' \ |
|
| 41 |
Makefile || die |
|
| 36 | 42 | |
| 37 | 43 |
# Ship our own default settings |
| 38 | 44 |
cat <<- EOF > "${S}/passwdqc.conf"
|
| ... | ... | |
| 45 | 51 |
enforce=none |
| 46 | 52 |
retry=3 |
| 47 | 53 |
EOF |
| 48 | ||
| 49 | 54 |
} |
| 50 | 55 | |
| 51 | 56 |
_emake() {
|