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-configure_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-configure_in')
-rw-r--r-- | package/cryptsetup/patches/patch-configure_in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cryptsetup/patches/patch-configure_in b/package/cryptsetup/patches/patch-configure_in index 2b4c32ad9..7d1692b35 100644 --- a/package/cryptsetup/patches/patch-configure_in +++ b/package/cryptsetup/patches/patch-configure_in @@ -1,5 +1,5 @@ --- cryptsetup-1.1.0.orig/configure.in 2010-01-17 11:26:31.000000000 +0100 -+++ cryptsetup-1.1.0/configure.in 2010-02-05 17:05:34.911823330 +0100 ++++ cryptsetup-1.1.0/configure.in 2010-02-14 18:24:56.000000000 +0100 @@ -80,7 +80,7 @@ LIBS=$saved_LIBS if test "x$enable_selinux" != xno; then AC_CHECK_LIB(sepol, sepol_bool_set) |