We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ca7bd commit ad54ee6Copy full SHA for ad54ee6
packages/ncp/fix_CFLAGS_acceptance.patch
@@ -0,0 +1,8 @@
1
+diff -rU1 ncp-1.2.4.orig/GNUmakefile ncp-1.2.4/GNUmakefile
2
+--- ncp-1.2.4.orig/GNUmakefile 2025-01-22 20:14:33.803283144 +0100
3
++++ ncp-1.2.4/GNUmakefile 2025-01-22 20:16:00.063282582 +0100
4
+@@ -8,3 +8,3 @@
5
+ CC=gcc
6
+-CFLAGS=-pipe -Wall
7
++CFLAGS?=-pipe -Wall
8
+ LDFLAGS=
0 commit comments