mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
gptfdisk: Switch to using uClibc++
Added patches sent upstream to fix usage with uClibc++. Cleaned up license information. Added several size optimizations. Several other Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
From 9e6016b07ff6d1de5143d3dfefb58fb4268a78e1 Mon Sep 17 00:00:00 2001
|
||||
From: Rosen Penev <rosenp@gmail.com>
|
||||
Date: Mon, 7 Oct 2019 15:34:43 -0700
|
||||
Subject: [PATCH 1/4] gptcurses: Add missing header
|
||||
|
||||
Needed with uClibc++ as it doesn't implicitly include it.
|
||||
|
||||
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
||||
---
|
||||
gptcurses.cc | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/gptcurses.cc b/gptcurses.cc
|
||||
index 3e9b240..4ebfde1 100644
|
||||
--- a/gptcurses.cc
|
||||
+++ b/gptcurses.cc
|
||||
@@ -19,6 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
+#include <clocale>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
--
|
||||
2.17.1
|
||||
|
||||
Reference in New Issue
Block a user