diff options
Diffstat (limited to 'package/drbd/patches')
-rw-r--r-- | package/drbd/patches/patch-Makefile_in | 13 | ||||
-rw-r--r-- | package/drbd/patches/patch-configure | 11 | ||||
-rw-r--r-- | package/drbd/patches/patch-drbd_Makefile | 13 |
3 files changed, 0 insertions, 37 deletions
diff --git a/package/drbd/patches/patch-Makefile_in b/package/drbd/patches/patch-Makefile_in deleted file mode 100644 index ad87d221d..000000000 --- a/package/drbd/patches/patch-Makefile_in +++ /dev/null @@ -1,13 +0,0 @@ ---- drbd-8.3.10.orig/Makefile.in 2011-01-26 14:57:59.000000000 +0100 -+++ drbd-8.3.10/Makefile.in 2011-10-23 10:20:12.000000000 +0200 -@@ -54,9 +54,7 @@ KDIR ?= /lib/modules/$(KVER)/build - - # for some reason some of the commands below only work correctly in bash, - # and not in e.g. dash. I'm too lazy to fix it to be compatible. --SHELL=/bin/bash -- --SUBDIRS = user scripts documentation drbd -+SUBDIRS = user scripts drbd - - REL_VERSION := $(shell $(SED) -ne '/^\#define REL_VERSION/{s/^[^"]*"\([^ "]*\).*/\1/;p;q;}' drbd/linux/drbd_config.h) - ifdef FORCE diff --git a/package/drbd/patches/patch-configure b/package/drbd/patches/patch-configure deleted file mode 100644 index ac69badd6..000000000 --- a/package/drbd/patches/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- drbd-8.4.1.orig/configure 2011-12-20 12:43:14.000000000 +0100 -+++ drbd-8.4.1/configure 2012-07-24 23:02:23.000000000 +0200 -@@ -3389,7 +3389,7 @@ fi - - - cat >>confdefs.h <<_ACEOF --#define DRBD_LIB_DIR "$localstatedir/lib/$PACKAGE_TARNAME" -+#define DRBD_LIB_DIR "/etc/$PACKAGE_TARNAME" - _ACEOF - - cat >>confdefs.h <<_ACEOF diff --git a/package/drbd/patches/patch-drbd_Makefile b/package/drbd/patches/patch-drbd_Makefile deleted file mode 100644 index 753454cd1..000000000 --- a/package/drbd/patches/patch-drbd_Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- drbd-8.4.1.orig/drbd/Makefile 2011-11-17 10:01:55.000000000 +0100 -+++ drbd-8.4.1/drbd/Makefile 2012-07-24 23:03:11.000000000 +0200 -@@ -116,8 +116,8 @@ else - else \ - grep return $@ ; \ - fi ; \ -- echo -e "\t\t\" build by $$USER@$$HOSTNAME, `date "+%F %T"`\";\n}"; \ -- mv --force $@.new $@ -+ printf "\t\t\" build by $$USER@$$HOSTNAME, `date "+%F %T"`\";\n}"; \ -+ mv $@.new $@ - - kbuild: drbd_buildtag.c - @rm -f .drbd_kernelrelease* |