From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- net-misc/etherdfs/files/etherdfs-20180203-makefile.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net-misc/etherdfs/files/etherdfs-20180203-makefile.patch (limited to 'net-misc/etherdfs/files/etherdfs-20180203-makefile.patch') diff --git a/net-misc/etherdfs/files/etherdfs-20180203-makefile.patch b/net-misc/etherdfs/files/etherdfs-20180203-makefile.patch new file mode 100644 index 000000000000..1cbf51cb65fe --- /dev/null +++ b/net-misc/etherdfs/files/etherdfs-20180203-makefile.patch @@ -0,0 +1,14 @@ +--- a/Makefile 2018-02-03 21:21:51.518384435 +0100 ++++ b/Makefile 2019-12-27 01:23:37.030323263 +0100 +@@ -5,9 +5,9 @@ + # Copyright (C) 2017, 2018 Mateusz Viste + # + +-CFLAGS = -O2 -Wall -std=gnu89 -pedantic -Wextra -s -Wno-long-long -Wno-variadic-macros -Wformat-security -D_FORTIFY_SOURCE=1 ++CFLAGS += -Wall -std=gnu89 -pedantic -Wextra -Wno-long-long -Wno-variadic-macros -Wformat-security -D_FORTIFY_SOURCE=1 + +-CC = gcc ++CC ?= gcc + + ethersrv-linux: ethersrv-linux.c fs.c fs.h lock.c lock.h debug.h + $(CC) ethersrv-linux.c fs.c lock.c -o ethersrv-linux $(CFLAGS) -- cgit v1.2.3