- update to 1.0: * Respect TMPDIR for output files. - includes change from 0.7.6: * Add -k (send SIGTERM to process group). Replacement for "kill -- -`ts -p`". - Packaging changes: * Rebase ts-optflags.patch * Use make install macro OBS-URL: https://build.opensuse.org/request/show/534892 OBS-URL: https://build.opensuse.org/package/show/utilities/ts?expand=0&rev=8
14 lines
393 B
Diff
14 lines
393 B
Diff
diff -ruN a/Makefile b/Makefile
|
|
--- a/Makefile 2017-10-18 04:17:12.863642319 -0400
|
|
+++ b/Makefile 2017-10-18 04:18:08.062359919 -0400
|
|
@@ -1,7 +1,8 @@
|
|
PREFIX?=/usr/local
|
|
GLIBCFLAGS=-D_XOPEN_SOURCE=500 -D__STRICT_ANSI__
|
|
CPPFLAGS+=$(GLIBCFLAGS)
|
|
-CFLAGS?=-pedantic -ansi -Wall -g -O0
|
|
+OPTFLAGS=-g -O0
|
|
+CFLAGS?=-pedantic -ansi -Wall $(OPTFLAGS)
|
|
OBJECTS=main.o \
|
|
server.o \
|
|
server_start.o \
|