diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-27 20:09:41 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-27 20:09:41 +0200 |
commit | 7486156cd6b74e0dd11e47d37d59d6bdcf276e19 (patch) | |
tree | 8cf1e8cf649932a51262ac651bf6a34412e5d260 /test/evolution/configure.patch | |
parent | dd7d52bbd1563f24e9bc066100f16c99930c541e (diff) | |
download | nutyx-extra-7486156cd6b74e0dd11e47d37d59d6bdcf276e19.tar.gz nutyx-extra-7486156cd6b74e0dd11e47d37d59d6bdcf276e19.tar.bz2 nutyx-extra-7486156cd6b74e0dd11e47d37d59d6bdcf276e19.tar.xz nutyx-extra-7486156cd6b74e0dd11e47d37d59d6bdcf276e19.zip |
evolution dans test
Diffstat (limited to 'test/evolution/configure.patch')
-rwxr-xr-x | test/evolution/configure.patch | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/test/evolution/configure.patch b/test/evolution/configure.patch new file mode 100755 index 000000000..deb75ca81 --- /dev/null +++ b/test/evolution/configure.patch @@ -0,0 +1,47 @@ +--- configure.ori 2009-10-13 22:08:15.000000000 +0200 ++++ configure 2009-10-13 22:06:33.000000000 +0200 +@@ -17801,7 +17801,7 @@ + + if test "x${with_nspr_libs}" != "x"; then + LIBS="$nsprlibs" +- LDFLAGS="$LDFLAGS -L$with_nspr_libs" ++ LDFLAGS="$LDFLAGS $with_nspr_libs" + else + LIBS="$nsprlibs" + LDFLAGS="$LDFLAGS" +@@ -17870,7 +17870,7 @@ + $as_echo "$moz_nspr_libs" >&6; } + if test "x$moz_nspr_libs" != "xno"; then + have_nspr_libs="yes" +- MANUAL_NSPR_LIBS="-L$with_nspr_libs $nsprlibs" ++ MANUAL_NSPR_LIBS="$with_nspr_libs $nsprlibs" + else + MANUAL_NSPR_CLFAGS="" + fi +@@ -18093,7 +18093,7 @@ + else + + LIBS_save="$LIBS" +- LDFLAGS="$LDFLAGS -L$with_nspr_libs $nsprlibs -L$with_nss_libs $nsslibs" ++ LDFLAGS="$LDFLAGS $with_nspr_libs $nsprlibs $with_nss_libs $nsslibs" + LIBS="$nsslibs $nsprlibs" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ +@@ -18151,7 +18151,7 @@ + conftest$ac_exeext conftest.$ac_ext + if test "$moz_nss_libs" = no; then + nsslibs="-lssl3 -lsmime3 -lnss3 $SOFTOKN3_LIB" +- LDFLAGS="$LDFLAGS -L$with_nspr_libs $nsprlibs -L$with_nss_libs $nsslibs" ++ LDFLAGS="$LDFLAGS $with_nspr_libs $nsprlibs $with_nss_libs $nsslibs" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -18235,7 +18235,7 @@ + + msg_smime="yes (Mozilla NSS)" + fi +- MANUAL_NSS_LIBS="-L$with_nss_libs $nsslibs" ++ MANUAL_NSS_LIBS="$with_nss_libs $nsslibs" + else + MANUAL_NSS_CFLAGS="" + MANUAL_NSPR_CFLAGS="" |