Initial package for enchive OBS-URL: https://build.opensuse.org/request/show/687936 OBS-URL: https://build.opensuse.org/package/show/utilities/enchive?expand=0&rev=1
14 lines
337 B
Diff
14 lines
337 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 13782bb..82a1a6c 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,7 +1,7 @@
|
|
.POSIX:
|
|
.SUFFIXES:
|
|
CC = cc
|
|
-CFLAGS = -ansi -pedantic -Wall -Wextra -O3 -g3
|
|
+CFLAGS += -ansi -pedantic -Wall -Wextra -O3 -g3
|
|
PREFIX = /usr/local
|
|
|
|
sources = src/enchive.c src/chacha.c src/curve25519-donna.c src/sha256.c
|