0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-10 23:15:37 +00:00
Files
termux-packages/disabled-packages/aptitude/0001-fix-ftbfs-with-gcc-10.patch
Ted Stein 47f0921d9e rmpkg(main/aptitude): Remove redundant/broken apt alternative
`aptitude`'s unique functionality is a TUI alternative to `apt`. It
hardcodes the belief that you must be root to change packages, and
attempting to make any changes prompts you to become root, which
obviously won't work for most users. I didn't try, but if it did work,
it would obviously do something bad.

Its `apt`-alike non-interactive use (`aptitude install`, etc) appears to
work fine without root, but looks to be basically identical to `apt`
proper.
2025-04-01 18:24:15 +08:00

15 lines
327 B
Diff

Description: Fix FTBFS with GCC 10
Author: Axel Beckert <abe@debian.org>
Bug-Debian: https://bugs.debian.org/966875
--- a/src/generic/views/download_progress.h
+++ b/src/generic/views/download_progress.h
@@ -29,6 +29,7 @@
#include <optional>
#include <string>
#include <vector>
+#include <sstream>
namespace aptitude
{