File: 05_ldflags.diff

package info (click to toggle)
empty-expect 0.6.20b-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 276 kB
  • ctags: 131
  • sloc: ansic: 743; sh: 197; makefile: 37
file content (11 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- ./Makefile.orig	2012-10-28 19:45:57.000000000 +0000
+++ ./Makefile	2012-10-28 19:46:27.000000000 +0000
@@ -17,7 +17,7 @@
 PREFIX = $(DESTDIR)/usr
 
 all:
-	${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c
+	${CC} ${CFLAGS} ${LDFLAGS} -Wall ${LIBS} -o empty empty.c
 
 FreeBSD:	all
 NetBSD:		all