Upgrade to 1.5.7 OBS-URL: https://build.opensuse.org/request/show/251714 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=87
20 lines
602 B
Diff
20 lines
602 B
Diff
---
|
|
Makefile | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -8,10 +8,10 @@ ifeq ($(strip $CC),)
|
|
CC = gcc
|
|
endif
|
|
|
|
-CFLAGS = -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \
|
|
+CFLAGS = $(COPTFLAGS) -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \
|
|
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE \
|
|
-DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(DATE)"'
|
|
-CFLAGS_ARCH = -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \
|
|
+CFLAGS_ARCH = $(COPTFLAGS) -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \
|
|
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
|
|
# LDFLAGS = -L/usr/local/lib -I/usr/local/include
|
|
|