summarylogtreecommitdiffstats
path: root/llmnrd-sbin.patch
diff options
context:
space:
mode:
authorNazar Mishturak2022-05-14 23:26:29 +0300
committerNazar Mishturak2022-05-14 23:26:29 +0300
commit2979af456175e2d13e36952348998875e3ef5376 (patch)
tree64d8aa8401a03bd86650fa9fc0e34abe03377006 /llmnrd-sbin.patch
parent466c8c6213bfc109bbf29829ffbf9fa096a11280 (diff)
downloadaur-2979af456175e2d13e36952348998875e3ef5376.tar.gz
Fix build
Diffstat (limited to 'llmnrd-sbin.patch')
-rw-r--r--llmnrd-sbin.patch19
1 files changed, 5 insertions, 14 deletions
diff --git a/llmnrd-sbin.patch b/llmnrd-sbin.patch
index 51df5bce5cb5..ba728bf919e5 100644
--- a/llmnrd-sbin.patch
+++ b/llmnrd-sbin.patch
@@ -1,20 +1,11 @@
---- llmnrd/Makefile.orig 2016-08-20 20:08:10.162847600 +0300
-+++ llmnrd/Makefile 2016-08-20 20:08:43.298449900 +0300
-@@ -17,7 +17,7 @@
- CC = $(CROSS_COMPILE)gcc
- INSTALL = install
-
--CFLAGS ?= -W -Wall -O2
-+CFLAGS ?= $(CFLAGS)
- LDFLAGS ?=
-
- ifeq ($(shell git rev-parse > /dev/null 2>&1; echo $$?), 0)
-@@ -39,7 +39,7 @@
+--- llmnrd/Makefile.orig 2022-05-14 23:21:59.704624788 +0300
++++ llmnrd/Makefile 2022-05-14 23:22:22.281067945 +0300
+@@ -70,7 +70,7 @@
prefix ?= /usr/local
BINDIR = $(prefix)/bin
-SBINDIR = $(prefix)/sbin
+SBINDIR = $(prefix)/bin
+ MAN1DIR = $(prefix)/share/man/man1
+ MAN8DIR = $(prefix)/share/man/man8
DESTDIR =
-
- all: $(D_P) $(Q_P)