From 4e93f15b99b4afb8277ae6ae12101c5d180ca7fb Mon Sep 17 00:00:00 2001 From: "okbob@github.com" Date: Sun, 4 Dec 2022 18:59:29 +0100 Subject: [PATCH] fix makefile --- Makefile | 4 ++-- pspg.spec | 2 +- src/pspg.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index faafb94..4024d9e 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,9 @@ all: # Include setting from the configure script -include config.make -override CFLAGS += -g -O2 -Werror-implicit-function-declaration -D_POSIX_SOURCE=1 -std=c99 -Wextra -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -pedantic -fstack-protector-all -fsanitize=address -fstack-protector -fstack-protector-strong +# override CFLAGS += -g -O2 -Werror-implicit-function-declaration -D_POSIX_SOURCE=1 -std=c99 -Wextra -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -pedantic -fstack-protector-all -fsanitize=address -fstack-protector -fstack-protector-strong - LDFLAGS += -fsanitize=address +# LDFLAGS += -fsanitize=address DEPS=$(wildcard *.d) PSPG_OFILES=csv.o print.o commands.o unicode.o themes.o pspg.o config.o sort.o pgclient.o args.o infra.o \ diff --git a/pspg.spec b/pspg.spec index d9ef764..4c78f4e 100644 --- a/pspg.spec +++ b/pspg.spec @@ -3,7 +3,7 @@ Summary: pspg: a unix pager optimized for psql Name: pspg -Version: 5.6.1 +Version: 5.6.2 Release: 0%{?dist} License: BSD Group: Development/Tools diff --git a/src/pspg.h b/src/pspg.h index 18e637d..659d69b 100644 --- a/src/pspg.h +++ b/src/pspg.h @@ -35,7 +35,7 @@ #define FILE_TSV 2 #define FILE_MATRIX 3 -#define PSPG_VERSION "5.6.1" +#define PSPG_VERSION "5.6.2" /* GNU Hurd does not define MAXPATHLEN */ #ifndef MAXPATHLEN