mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
10 lines
251 B
Diff
10 lines
251 B
Diff
--- ./Makefile
|
|
+++ ./Makefile
|
|
@@ -1,6 +1,6 @@
|
|
# jshon - command line JSON parsing
|
|
|
|
-CFLAGS := -std=c99 -Wall -pedantic -Wextra -Werror ${CFLAGS}
|
|
+CFLAGS := -std=c99 -Wall -pedantic -Wextra ${CFLAGS}
|
|
LDLIBS = -ljansson
|
|
INSTALL=install
|
|
DESTDIR?=/
|