forked from pool/rds-tools
Sync with sle12-sp2 OBS-URL: https://build.opensuse.org/request/show/441227 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rds-tools?expand=0&rev=1
17 lines
500 B
Diff
17 lines
500 B
Diff
---
|
|
Makefile.in | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
Index: Makefile.in
|
|
===================================================================
|
|
--- Makefile.in.orig 2016-07-13 16:56:25.836702005 +0200
|
|
+++ Makefile.in 2016-07-13 16:57:29.248354961 +0200
|
|
@@ -6,7 +6,6 @@ incdir = $(DESTDIR)@includedir@
|
|
|
|
all: all-programs
|
|
|
|
-CFLAGS = -O2 -Wall -Iinclude -g
|
|
CPPFLAGS = -DDEBUG_EXE -DRDS_VERSION=\"@VERSION@\" -MD -MP -MF $(@D)/.$(basename $(@F)).d
|
|
|
|
HEADERS = kernel-list.h pfhack.h include/rds.h
|