Fix gcc 14 build ncpfs
This commit is contained in:
@@ -61,6 +61,8 @@ PATCHES=(
|
||||
#"${FILESDIR}"/${P}-gcc10.patch
|
||||
|
||||
"${FILESDIR}"/${P}-usr-merge.patch
|
||||
|
||||
"${FILESDIR}"/${P}-fix-build-with-gcc14.patch
|
||||
)
|
||||
|
||||
DOCS=( FAQ README )
|
||||
@@ -68,7 +70,7 @@ DOCS=( FAQ README )
|
||||
src_prepare() {
|
||||
# Bug #273484.
|
||||
sed -i '/ldconfig/d' lib/Makefile.in || die
|
||||
append-cflags -fcommon
|
||||
append-cflags -fcommon -Wincompatible-pointer-types
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user