Skip to content

Commit

Permalink
gabedit: fix build with gcc-14
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Jan 14, 2025
1 parent 4af8b8c commit 14ed31a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/by-name/gabedit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ stdenv.mkDerivation rec {
OMPCFLAGS = -fopenmp
DRAWGEOMGL = -DDRAWGEOMGL
COMMONCFLAGS = -Wformat -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -O2 -DENABLE_DEPRECATED $(OMPCFLAGS) $(DRAWGEOMGL) -Wformat-security -Wno-unused-variable
COMMONCFLAGS = -Wformat -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -O2 -DENABLE_DEPRECATED $(OMPCFLAGS) $(DRAWGEOMGL) -Wformat-security -Wno-unused-variable \
-Wno-error=implicit-function-declaration -Wno-error=int-conversion
LDFLAGS = -Wl,-z,relro
EOF
'';
Expand Down

0 comments on commit 14ed31a

Please sign in to comment.