summarylogtreecommitdiffstats
path: root/llmnrd-sbin.patch
diff options
context:
space:
mode:
authorNazar Mishturak2016-08-20 20:13:06 +0300
committerNazar Mishturak2016-08-20 20:14:49 +0300
commit466c8c6213bfc109bbf29829ffbf9fa096a11280 (patch)
tree3f81f35d8463c31e56f5af496085f1da23953be3 /llmnrd-sbin.patch
parent10d982e83a3adef49e44973a4254d0c3006f4309 (diff)
downloadaur-466c8c6213bfc109bbf29829ffbf9fa096a11280.tar.gz
New patch for /usr/sbin and CFLAGS. Update .service file
Diffstat (limited to 'llmnrd-sbin.patch')
-rw-r--r--llmnrd-sbin.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/llmnrd-sbin.patch b/llmnrd-sbin.patch
new file mode 100644
index 000000000000..51df5bce5cb5
--- /dev/null
+++ b/llmnrd-sbin.patch
@@ -0,0 +1,20 @@
+--- 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 @@
+ prefix ?= /usr/local
+
+ BINDIR = $(prefix)/bin
+-SBINDIR = $(prefix)/sbin
++SBINDIR = $(prefix)/bin
+ DESTDIR =
+
+ all: $(D_P) $(Q_P)