diff options
Diffstat (limited to 'data/_openssl0.9.8/timestamp.diff')
-rw-r--r-- | data/_openssl0.9.8/timestamp.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/_openssl0.9.8/timestamp.diff b/data/_openssl0.9.8/timestamp.diff new file mode 100644 index 000000000..f1e61a446 --- /dev/null +++ b/data/_openssl0.9.8/timestamp.diff @@ -0,0 +1,11 @@ +diff -ru openssl-0.9.8g/crypto/Makefile openssl-0.9.8g+iPhone/crypto/Makefile +--- openssl-0.9.8g/crypto/Makefile 2006-02-04 01:48:41.000000000 +0000 ++++ openssl-0.9.8g+iPhone/crypto/Makefile 2008-06-17 20:45:57.000000000 +0000 +@@ -54,7 +54,6 @@ + echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \ + echo ' #define CFLAGS "$(CC) $(CFLAG)"'; \ + echo ' #define PLATFORM "$(PLATFORM)"'; \ +- echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \ + echo '#endif' ) >buildinf.h + + x86cpuid-elf.s: x86cpuid.pl perlasm/x86asm.pl |