mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 07:45:24 +01:00
Add xbps-0.59.1.
This also required - merging of usr/sbin and usr/bin (which should be done anyway), because of a dodgy PATH searcher - moving of zlib earlier.
This commit is contained in:
parent
94069328ec
commit
a1520a07fa
8 changed files with 100 additions and 2 deletions
18
sysc/xbps-0.59.1/patches/cflags.patch
Normal file
18
sysc/xbps-0.59.1/patches/cflags.patch
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
Do not use CC argument Wno-unused-command-line-argument.
|
||||
Unsupported in GCC 4.
|
||||
|
||||
--- mk/prog.mk 2021-12-18 21:32:27.025764282 +1100
|
||||
+++ mk/prog.mk 2021-12-18 21:32:06.909579026 +1100
|
||||
@@ -10,8 +10,6 @@
|
||||
BINS += $(BIN).static
|
||||
endif
|
||||
|
||||
-CFLAGS += -Wno-unused-command-line-argument
|
||||
-
|
||||
.PHONY: all
|
||||
all: $(BINS)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue