ALT Linux Bugzilla
– Attachment 17933 Details for
Bug 42934
Не работает опция build-dep
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Исправление DoBuildDep
apt-build-dep-fix.patch (text/plain), 470 bytes, created by
Корытов Иван
on 2025-03-07 14:59:42 MSK
(
hide
)
Description:
Исправление DoBuildDep
Filename:
MIME Type:
Creator:
Корытов Иван
Created:
2025-03-07 14:59:42 MSK
Size:
470 bytes
patch
obsolete
>diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc >index c6e91642..080035e1 100644 >--- a/cmdline/apt-get.cc >+++ b/cmdline/apt-get.cc >@@ -2247,6 +2247,10 @@ bool DoBuildDep(CommandLine &CmdL) > continue; > } > >+ if ((*D).Package.compare(0, 7, "rpmlib(") == 0) { >+ continue; >+ } >+ > if ((*D).Type == pkgSrcRecords::Parser::BuildConflict || > (*D).Type == pkgSrcRecords::Parser::BuildConflictIndep) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 42934
: 17933