diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-10-22 17:45:58 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-10-22 19:26:36 -0700 |
commit | 41f2036afe67bb7aecf9395d74b77b04c30064bf (patch) | |
tree | dfb2da64a815fb8eb6c70a792191dbea8060aa8a /libs/keyutils/patches | |
parent | 6092f9aa5521358d2d3616e87d79fabd3ef77e5f (diff) |
keyutils: Update to 1.5.11
Added Kerberos dependency as it's required now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/keyutils/patches')
-rw-r--r-- | libs/keyutils/patches/04-cflags.patch | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/libs/keyutils/patches/04-cflags.patch b/libs/keyutils/patches/04-cflags.patch index 44f4baa76..67d31fc61 100644 --- a/libs/keyutils/patches/04-cflags.patch +++ b/libs/keyutils/patches/04-cflags.patch @@ -1,12 +1,10 @@ -Author: Nobuhiro Iwamatsu <iwamatsu@debian.org> -Description: Avoid setting Intel Architecture specific CFLAGS (Closes: #638925). - -diff -Naurp keyutils.orig/Makefile keyutils/Makefile ---- keyutils.orig/Makefile 2011-08-22 11:51:20.521464216 +0200 -+++ keyutils/Makefile 2011-08-24 19:17:09.855361713 +0200 -@@ -56,12 +56,10 @@ BUILDFOR := $(shell file /usr/bin/make | - LNS := ln -sf +diff --git a/Makefile b/Makefile +index 5ce6746..c25c0c5 100644 +--- a/Makefile ++++ b/Makefile +@@ -66,12 +66,10 @@ BUILDFOR := $(shell file /usr/bin/make | sed -e 's!.*ELF \(32\|64\)-bit.*!\1!')- + ifeq ($(origin CFLAGS),undefined) ifeq ($(BUILDFOR),32-bit) -CFLAGS += -m32 LIBDIR := /lib |