diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/libtasn1/patches/patch-configure |
Initial import
Diffstat (limited to 'package/libtasn1/patches/patch-configure')
-rw-r--r-- | package/libtasn1/patches/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/libtasn1/patches/patch-configure b/package/libtasn1/patches/patch-configure new file mode 100644 index 000000000..7b8e25cd5 --- /dev/null +++ b/package/libtasn1/patches/patch-configure @@ -0,0 +1,14 @@ +$Id$ +--- libtasn1-1.1.orig/configure Fri Aug 31 15:17:55 2007 ++++ libtasn1-1.1/configure Thu Sep 6 15:24:25 2007 +@@ -23445,8 +23445,8 @@ echo "${ECHO_T}$gl_cv_next_unistd_h" >&6 + + + # For libtasn1-config. +-LIBTASN1_LIBS="-L${libdir} -ltasn1 $LIBS" +-LIBTASN1_CFLAGS="-I${includedir}" ++LIBTASN1_LIBS="-ltasn1 $LIBS" ++LIBTASN1_CFLAGS= + + + ac_config_commands="$ac_config_commands chmod" |