File: ldflags.patch

package info (click to toggle)
wmauda 0.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: ansic: 1,495; makefile: 126
file content (15 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Honor LDFLAGS in Makefile.
Author: Doug Torrance <dtorrance@piedmont.edu>
Last-Update: 2017-07-07

--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 HEADERS = dock-master.xpm
 
 wmauda:	$(OBJS) $(HEADERS)
-	$(CC) -o wmauda $(OBJS) $(CFLAGS) $(LIBS)
+	$(CC) $(LDFLAGS) -o wmauda $(OBJS) $(LIBS)
 
 all:	wmauda