aports/main/mailx/respect-flags.patch
2020-11-23 11:30:59 -03:00

16 lines
284 B
Diff

Upstream: Does they exist?
diff --git a/Makefile b/Makefile
index 6e1a900..2acf268 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ BINOWN = root
BINGRP = mail
all:
- gcc $(SRCS) -o $(PROG)
+ gcc $(SRCS) $(CFLAGS) $(LDFLAGS) -o $(PROG)
install:
mkdir -p /usr/share/misc