summaryrefslogtreecommitdiff
path: root/app-pda/makeztxt/files/makeztxt-1.60-cflags.patch
blob: e30f5042f85d6ad834af7c7dca128a8c56b2ad85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/Makefile b/Makefile
index 17c5302..47f5075 100644
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,11 @@
 
 VERSION	= 1.60
 
-LIBS	= -lztxt
+LIBS	+= -lztxt
 INCLUDE	= -I../common -I.
 
 CC	= gcc
-CFLAGS	= -Wall -O2 -pipe $(INCLUDE)
+CFLAGS	+= -Wall -O2 -pipe $(INCLUDE)
 # GNU make is mandatory
 #MAKE	= make