diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-15 08:57:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-15 08:57:17 +0100 |
commit | f6d24fdf0f1c294628b979aa199e06ef6462df4e (patch) | |
tree | 9f393bb86eec9898b64ce401da2c239cc0c32cc1 /package/cryptsetup/patches/patch-src_Makefile_in | |
parent | c0d1f2fc0c975886dcaead85a389cc6bdda68330 (diff) |
add special handling for kernel modules in pkgmaker
- use Config.in.kmod for packages with kernel modules
- cleanup dots in uclibc Config.in
- avoid autotool in cryptsetup, breaks build on debian lenny
Diffstat (limited to 'package/cryptsetup/patches/patch-src_Makefile_in')
-rw-r--r-- | package/cryptsetup/patches/patch-src_Makefile_in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/cryptsetup/patches/patch-src_Makefile_in b/package/cryptsetup/patches/patch-src_Makefile_in new file mode 100644 index 000000000..73d783646 --- /dev/null +++ b/package/cryptsetup/patches/patch-src_Makefile_in @@ -0,0 +1,8 @@ +--- cryptsetup-1.1.0.orig/src/Makefile.in 2010-01-17 11:29:23.000000000 +0100 ++++ cryptsetup-1.1.0/src/Makefile.in 2010-02-14 18:24:56.000000000 +0100 +@@ -1,4 +1,4 @@ +-# Makefile.in generated by automake 1.11 from Makefile.am. ++# Makefile.in generated by automake 1.11.1 from Makefile.am. + # @configure_input@ + + # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |