Created
February 10, 2012 21:42
-
-
Save davidgiesberg/1793158 to your computer and use it in GitHub Desktop.
PDKIM Mac PPC patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git Makefile.mac Makefile.mac | |
index 5cb6f49..0acd485 100755 | |
--- Makefile.mac | |
+++ Makefile.mac | |
@@ -3,7 +3,7 @@ VERSION_MAJOR=1 | |
VERSION_MINOR=0 | |
LIBNAME=libpdkim | |
-CFLAGS=-Wall -D_FILE_OFFSET_BITS=64 -fPIC -arch ppc -arch i386 -arch x86_64 | |
+CFLAGS=-Wall -D_FILE_OFFSET_BITS=64 -fPIC -arch i386 -arch x86_64 | |
OFLAGS=-Os | |
OBJS=sha1.o sha2.o base64.o rsa.o bignum.o pdkim.o |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment