genwqe-tools/genwqe-user-4.0.18-config.patch
OBS User michel_mno a8a10e9f8c Accepting request 533961 from home:michel_mno:branches:hardware
- add two patches to avoid build failures (same as fedora)
  genwqe-user-4.0.18-install-gzFile_test.patch
  genwqe-user-4.0.18-config.patch
  TODO: there are still rpmlint warnings/errors to work on.

OBS-URL: https://build.opensuse.org/request/show/533961
OBS-URL: https://build.opensuse.org/package/show/hardware/genwqe-tools?expand=0&rev=15
2017-10-16 12:27:21 +00:00

28 lines
748 B
Diff

---
config.mk | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Index: genwqe-user-4.0.18/config.mk
===================================================================
--- genwqe-user-4.0.18.orig/config.mk
+++ genwqe-user-4.0.18/config.mk
@@ -19,7 +19,7 @@
# V=1 means brief output
# V=2 means full output
#
-V ?= 1
+V ?= 2
CC = $(CROSS)gcc
AS = $(CROSS)as
LD = $(CROSS)ld
@@ -69,8 +69,7 @@ MAJOR_VERS=$(shell echo $(VERSION) | cut
PLATFORM ?= $(shell uname -i)
-CFLAGS ?= -W -Wall -Werror -Wwrite-strings -Wextra -O2 -g \
- -Wmissing-prototypes # -Wstrict-prototypes -Warray-bounds
+CFLAGS ?= $(RPM_OPT_FLAGS)
CFLAGS += -DGIT_VERSION=\"$(VERSION)\" \
-I. -I../include -I../include/linux/uapi -D_GNU_SOURCE=1