libmcrypt-2.5.8-nolibltdl.patch 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. diff -up libmcrypt-2.5.8/Makefile.in.orig libmcrypt-2.5.8/Makefile.in
  2. --- libmcrypt-2.5.8/Makefile.in.orig 2007-02-19 00:32:38.000000000 -0600
  3. +++ libmcrypt-2.5.8/Makefile.in 2007-07-19 21:23:39.000000000 -0500
  4. @@ -209,8 +209,8 @@ target_os = @target_os@
  5. target_vendor = @target_vendor@
  6. INCLUDES = $(INCLTDL)
  7. EXTRA_DIST = KNOWN-BUGS THANKS NEWS libmcrypt.spec.in libmcrypt.spec COPYING.LIB
  8. -DIST_SUBDIRS = libltdl modules include lib src doc
  9. -SUBDIRS = $(LIBLTDL_DIR) modules include lib src doc
  10. +DIST_SUBDIRS = modules include lib src doc
  11. +SUBDIRS = modules include lib src doc
  12. all: config.h
  13. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  14. diff -up libmcrypt-2.5.8/configure.orig libmcrypt-2.5.8/configure
  15. --- libmcrypt-2.5.8/configure.orig 2007-02-19 00:32:39.000000000 -0600
  16. +++ libmcrypt-2.5.8/configure 2007-07-19 21:21:38.000000000 -0500
  17. @@ -426,7 +426,7 @@ PACKAGE_STRING=
  18. PACKAGE_BUGREPORT=
  19. ac_unique_file="lib/mcrypt.c"
  20. -ac_subdirs_all="$ac_subdirs_all libltdl"
  21. +ac_subdirs_all="$ac_subdirs_all"
  22. # Factoring default headers for most tests.
  23. ac_includes_default="\
  24. #include <stdio.h>
  25. @@ -4425,7 +4425,7 @@ fi
  26. -subdirs="$subdirs libltdl"
  27. +subdirs="$subdirs"
  28. # Check whether --enable-static or --disable-static was given.
  29. if test "${enable_static+set}" = set; then