summarylogtreecommitdiffstats
path: root/flterm-2.4-flags.patch
blob: cc46b0267c940e2ba6ac656dfc12301f0b8d2726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git i/Makefile w/Makefile
index a31a38d..bb02f6e 100644
--- i/Makefile
+++ w/Makefile
@@ -7,7 +7,7 @@ DESTDIR ?=
 all: $(TARGETS)
 
 %: %.c
-	$(CC) -O2 -Wall -I. -s -o $@ $<
+	$(CC) -O2 -Wall $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -I. -s -o $@ $<
 
 install: flterm
 	install -d $(DESTDIR)$(PREFIX)/bin