perl: put multiplicity patch into patches/.

This commit is contained in:
Leah Neukirchen 2022-10-01 17:20:15 +02:00
parent f0121673a9
commit 0fabb59f99
2 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ done
post_extract() {
cp -a ../perl-cross-${_perl_cross_version}/* .
patch -p1 < ${FILESDIR}/multiplicity.patch
[ -n "${SOURCE_DATE_EPOCH}" ] && touch -h -d @$SOURCE_DATE_EPOCH patchlevel.h
}