Skip to content

Comments

fcode-utils fixes compile with gcc 15#6013

Open
lygstate wants to merge 1 commit intomsys2:masterfrom
lygstate:fcode-utils-gcc15
Open

fcode-utils fixes compile with gcc 15#6013
lygstate wants to merge 1 commit intomsys2:masterfrom
lygstate:fcode-utils-gcc15

Conversation

@lygstate
Copy link
Contributor

@lygstate lygstate commented Feb 1, 2026

No description provided.

build() {
cd ${srcdir}/${pkgname}-${pkgver}
cd ${srcdir}/${pkgname}
CFLAGS="-O2 -Wall -Wno-incompatible-pointer-types" \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please don't override CFLAGS, just add something if needed

makedepends=('make' 'gcc' 'git')
_commit='545fdf1faedc5fb5342a3ea44a043edde501c3eb'

source=("fcode-utils"::"git+https://github.com/openbios/fcode-utils.git#commit=$_commit"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is the git version needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, because it's did not released for a long while.

and needs patches for building with gcc 15.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants