summarylogtreecommitdiffstats
path: root/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.patch')
-rw-r--r--Makefile.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/Makefile.patch b/Makefile.patch
deleted file mode 100644
index eb60b8c09e00..000000000000
--- a/Makefile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile 2015-07-12 03:09:46.789759992 +0200
-+++ Makefile 2015-07-12 03:17:07.613991170 +0200
-@@ -2,14 +2,10 @@
- LIBKX9R_CODE = libcx9r/aes256.c libcx9r/base64.c libcx9r/kdbx.c libcx9r/key_tree.c libcx9r/salsa20.c libcx9r/sha256.c libcx9r/stream.c libcx9r/util.c
- DEFINES = -DHAVE_STDINT_H -DGCRYPT_WITH_SHA256 -DGCRYPT_WITH_AES -DBYTEORDER=1234 -DHAVE_EXPAT
-
--#libcx9r.o: $(LIBKX9R_CODE)
--# gcc -c -o libcx9r.o -I./include/ $(DEFINES) $(LIBKX9R_CODE) -lgcrypt -lexpat -lz
--
--#kdbxviewer: libcx9r.o src/main.c
--# gcc -o kdbxviewer -I./include/ main.c libcx9r.o
--
- kdbxviewer: $(LIBKX9R_CODE) src/main.c src/tui.c src/mainWindow.stfl src/helper.c
- mkdir -p bin
-- cp src/mainWindow.stfl bin/mainWindow.stfl
- gcc -g -o bin/kdbxviewer -I./include/ -I./libcx9r/ src/main.c src/helper.c $(DEFINES) $(LIBKX9R_CODE) src/tui.c -lgcrypt -lexpat -lz -lstfl -lncursesw -lmenu -Wno-pointer-sign
-
-+install:
-+ mkdir -p $(DESTDIR)/usr/bin
-+ cp bin/kdbxviewer $(DESTDIR)/usr/bin