mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-07 02:55:10 +02:00
13 lines
285 B
Diff
13 lines
285 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,8 +1,7 @@
|
|
VERSION=2.1
|
|
|
|
-DEBUG=-g
|
|
-LDFLAGS=-liconv_hook -lmrss $(DEBUG)
|
|
-CFLAGS=-O3 -Wall --std=gnu11 -DVERSION=\"$(VERSION)\" $(DEBUG)
|
|
+override LDFLAGS+=-lmrss
|
|
+override CFLAGS+=-Wall --std=gnu11 -DVERSION=\"$(VERSION)\" $(DEBUG)
|
|
|
|
OBJS=r2t.o
|
|
|