OpenSDE Packages Database (without history before r20070)
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.

73 lines
3.2 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../aespipe/aespipe-2.4c-opensde-compile.patch
  5. # Copyright (C) 2013 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- a/Makefile.in 2013-05-03 17:32:25.890545010 +0200
  17. +++ b/Makefile.in 2013-05-03 17:36:50.626852208 +0200
  18. @@ -7,7 +7,11 @@
  19. # Redistribution of this file is permitted under the GNU Public License.
  20. #
  21. -CC = @CC@ @CPPFLAGS@ @CFLAGS@ @DEFS@
  22. +CC = @CC@
  23. +CPPFLAGS = @CPPFLAGS@
  24. +CFLAGS = @CFLAGS@
  25. +DEFS = @DEFS@
  26. +COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(DEFS)
  27. LINK = @CC@ @LDFLAGS@
  28. STRIP = @STRIP_PROG@
  29. MD5SUM = @MD5SUM_PROG@
  30. @@ -24,29 +28,29 @@
  31. aespipe: aespipe.o @OPTIMIZED_OBJS@ sha512.o rmd160.o
  32. $(LINK) -o aespipe aespipe.o @OPTIMIZED_OBJS@ sha512.o rmd160.o @LIBS@
  33. aespipe.o: $(srcdir)/aespipe.c $(srcdir)/aes.h $(srcdir)/md5.h $(srcdir)/sha512.h $(srcdir)/rmd160.h
  34. - $(CC) -o aespipe.o -c $(srcdir)/aespipe.c
  35. + $(COMPILE) -o aespipe.o -c $(srcdir)/aespipe.c
  36. aes.o: $(srcdir)/aes.c $(srcdir)/aes.h
  37. - $(CC) -DCONFIGURE_DETECTS_BYTE_ORDER=1 -DDATA_ALWAYS_ALIGNED=1 -o aes.o -c $(srcdir)/aes.c
  38. + $(COMPILE) -DCONFIGURE_DETECTS_BYTE_ORDER=1 -DDATA_ALWAYS_ALIGNED=1 -o aes.o -c $(srcdir)/aes.c
  39. aes-x86.o: $(srcdir)/aes-x86.S $(srcdir)/aes.h
  40. - $(CC) -o aes-x86.o -c $(srcdir)/aes-x86.S
  41. + $(COMPILE) -o aes-x86.o -c $(srcdir)/aes-x86.S
  42. aes-amd64.o: $(srcdir)/aes-amd64.S $(srcdir)/aes.h
  43. - $(CC) -o aes-amd64.o -c $(srcdir)/aes-amd64.S
  44. + $(COMPILE) -o aes-amd64.o -c $(srcdir)/aes-amd64.S
  45. aes-intel32.o: $(srcdir)/aes-intel32.S $(srcdir)/aes.h
  46. - $(CC) -o aes-intel32.o -c $(srcdir)/aes-intel32.S
  47. + $(COMPILE) -o aes-intel32.o -c $(srcdir)/aes-intel32.S
  48. aes-intel64.o: $(srcdir)/aes-intel64.S $(srcdir)/aes.h
  49. - $(CC) -o aes-intel64.o -c $(srcdir)/aes-intel64.S
  50. + $(COMPILE) -o aes-intel64.o -c $(srcdir)/aes-intel64.S
  51. md5.o: $(srcdir)/md5.c $(srcdir)/md5.h
  52. - $(CC) -o md5.o -c $(srcdir)/md5.c
  53. + $(COMPILE) -o md5.o -c $(srcdir)/md5.c
  54. md5-x86.o: $(srcdir)/md5-x86.S $(srcdir)/md5.h
  55. - $(CC) -o md5-x86.o -c $(srcdir)/md5-x86.S
  56. + $(COMPILE) -o md5-x86.o -c $(srcdir)/md5-x86.S
  57. md5-amd64.o: $(srcdir)/md5-amd64.S $(srcdir)/md5.h
  58. - $(CC) -o md5-amd64.o -c $(srcdir)/md5-amd64.S
  59. + $(COMPILE) -o md5-amd64.o -c $(srcdir)/md5-amd64.S
  60. md5-2x-amd64.o: $(srcdir)/md5-2x-amd64.S $(srcdir)/md5.h
  61. - $(CC) -o md5-2x-amd64.o -c $(srcdir)/md5-2x-amd64.S
  62. + $(COMPILE) -o md5-2x-amd64.o -c $(srcdir)/md5-2x-amd64.S
  63. sha512.o: $(srcdir)/sha512.c $(srcdir)/sha512.h
  64. - $(CC) -o sha512.o -c $(srcdir)/sha512.c
  65. + $(COMPILE) -o sha512.o -c $(srcdir)/sha512.c
  66. rmd160.o: $(srcdir)/rmd160.c $(srcdir)/rmd160.h
  67. - $(CC) -o rmd160.o -c $(srcdir)/rmd160.c
  68. + $(COMPILE) -o rmd160.o -c $(srcdir)/rmd160.c
  69. clean:
  70. rm -f *.o aespipe test-file[12345] config.log config.status configure.lineno