openwrt-packages/utils/gptfdisk
Georgi Valkov 94315cfaa8 gptfdisk: fix incorrect TARGET on non-linux host
Fixed by defining TARGET=linux, as suggested in the README.

By default TARGET is derived from the host using uname -s,
which produces build errors on a non-linux hosts:

TARGET is not set; trying to determine target based on host OS....
Detected OS is Darwin
Build target is macos
...
x86_64-openwrt-linux-musl-g++: error: unrecognized command-line option '-arch'

Helped-by: Tianling Shen <cnsztl@immortalwrt.org>
Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2023-08-09 14:54:45 -07:00
..
patches gptfdisk: Update to 1.0.9 2023-05-17 08:16:02 +03:00
Makefile gptfdisk: fix incorrect TARGET on non-linux host 2023-08-09 14:54:45 -07:00