You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
800 B

  1. Index: apr-1.5.2/Makefile.in
  2. ===================================================================
  3. --- apr-1.5.2.orig/Makefile.in
  4. +++ apr-1.5.2/Makefile.in
  5. @@ -3,6 +3,7 @@ srcdir=@srcdir@
  6. VPATH=@srcdir@
  7. top_srcdir=@apr_srcdir@
  8. top_blddir=@apr_builddir@
  9. +top_builddir=@top_builddir@
  10. #
  11. # APR (Apache Portable Runtime) library Makefile.
  12. Index: apr-1.5.2/configure.in
  13. ===================================================================
  14. --- apr-1.5.2.orig/configure.in
  15. +++ apr-1.5.2/configure.in
  16. @@ -245,9 +245,6 @@ case $host in
  17. gcc $CFLAGS $CPPFLAGS -o $LIBTOOL.exe $LIBTOOL.c
  18. ;;
  19. *)
  20. - if test "x$LTFLAGS" = "x"; then
  21. - LTFLAGS='--silent'
  22. - fi
  23. if test "$experimental_libtool" = "yes"; then
  24. # Use a custom-made libtool replacement
  25. echo "using jlibtool"