diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-11 16:42:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-11 16:43:33 +0000 |
commit | 0fa6e9868fed8eb09e8ce9038baaaf4f0cdf684d (patch) | |
tree | 2a521da5590be80df2e1250e6c889c039c60165f /unmaintained/flashcache-grsec/depmod.patch | |
parent | 89f5322ecfac37b34b1a9cd9d64bb578e538b1d1 (diff) | |
download | aports-0fa6e9868fed8eb09e8ce9038baaaf4f0cdf684d.tar.bz2 aports-0fa6e9868fed8eb09e8ce9038baaaf4f0cdf684d.tar.xz |
testing/flashcache-grsec: move to unmaintained
its also unmaintained upstream
Diffstat (limited to 'unmaintained/flashcache-grsec/depmod.patch')
-rw-r--r-- | unmaintained/flashcache-grsec/depmod.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/unmaintained/flashcache-grsec/depmod.patch b/unmaintained/flashcache-grsec/depmod.patch new file mode 100644 index 0000000000..15c0615057 --- /dev/null +++ b/unmaintained/flashcache-grsec/depmod.patch @@ -0,0 +1,20 @@ +--- ./src/Makefile.orig 2013-08-15 11:20:54.575932175 +0000 ++++ ./src/Makefile 2013-08-15 11:21:37.813472296 +0000 +@@ -24,6 +24,8 @@ + KERNEL_TREE := $(RHEL5_TREE) + endif + ++DEPMOD ?= depmod ++ + obj-m += flashcache.o + flashcache-objs := flashcache_conf.o flashcache_main.o flashcache_subr.o flashcache_ioctl.o flashcache_procfs.o + +@@ -42,7 +44,7 @@ + modules_install: modules + install -o root -g root -m 0755 -d $(DESTDIR)/lib/modules/$(KERNEL_SOURCE_VERSION)/extra/flashcache/ + install -o root -g root -m 0755 flashcache.ko $(DESTDIR)/lib/modules/$(KERNEL_SOURCE_VERSION)/extra/flashcache/ +- depmod -a $(KERNEL_SOURCE_VERSION) ++ $(DEPMOD) -a $(KERNEL_SOURCE_VERSION) + + .PHONY: utils_install + utils_install: utils |