Description: Use the default build flags
Author: Ryan Kavanagh <rak@debian.org>
Origin: Debian
Forwarded: not-needed
Last-Update: 2018-01-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: aoeui/Makefile
===================================================================
--- aoeui.orig/Makefile	2018-01-04 15:18:49.038201487 -0500
+++ aoeui/Makefile	2018-01-04 15:18:52.630230192 -0500
@@ -9,9 +9,9 @@
 RELS = $(SRCS:.c=.o)
 LIBS = -lutil
 INST_DIR = $(CURDIR)/debian/aoeui/usr
-CFLAGS = -Wall -Wno-parentheses \
--Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes \
--Wmissing-prototypes -Wmissing-declarations
+# CFLAGS = -Wall -Wno-parentheses \
+# -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes \
+# -Wmissing-prototypes -Wmissing-declarations
 # -Werror
 
 # Uncomment this line if you want to develop aoeui yourself with exuberant-ctags
@@ -20,10 +20,10 @@
 
 STRINGIFY = sed 's/\\/\\\\/g;s/"/\\"/g;s/^/"/;s/$$/\\n"/'
 
-default: optimized display-test aoeui.1 asdfg.1
+default: aoeui display-test aoeui.1 asdfg.1
 
 aoeui: $(RELS)
-	$(CC) $(CFLAGS) -o $@ $(RELS) $(LIBS)
+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(RELS) $(LIBS)
 $(RELS): $(HDRS)
 help.o: aoeui.help asdfg.help
 aoeui.help: help.m4
