FreeBSD Bugzilla – Attachment 85295 Details for
Bug 121451
[PATCH]security/pdfcrack: respect CC, CFLAGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.11 KB, created by
bf
on 2008-03-06 22:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
bf
Created:
2008-03-06 22:40:01 UTC
Size:
1.11 KB
patch
obsolete
>diff -ruN pdfcrack.orig/files/patch-Makefile pdfcrack/files/patch-Makefile >--- pdfcrack.orig/files/patch-Makefile 1969-12-31 19:00:00.000000000 -0500 >+++ pdfcrack/files/patch-Makefile 2008-03-06 17:28:17.942969414 -0500 >@@ -0,0 +1,27 @@ >+--- Makefile.orig 2006-10-27 08:52:08.000000000 -0400 >++++ Makefile 2008-03-06 17:20:32.064287906 -0500 >+@@ -1,13 +1,13 @@ >+-CFLAGS= -Wall -Wshadow -Wwrite-strings -Wsign-compare -Wfloat-equal \ >+- -Wconversion -Wmissing-noreturn -Wbad-function-cast \ >+- -Wmissing-prototypes -Winline -Wredundant-decls -O3 >++#CFLAGS= -Wall -Wshadow -Wwrite-strings -Wsign-compare -Wfloat-equal \ >++# -Wconversion -Wmissing-noreturn -Wbad-function-cast \ >++# -Wmissing-prototypes -Winline -Wredundant-decls -O3 >+ >+ all: pdfcrack >+ >+ pdfcrack: main.o rc4.o md5.o pdfcrack.o pdfparser.o passwords.o common.o \ >+ benchmark.o >+- gcc $(CFLAGS) -o $@ $+ >+- strip $@ >++ ${CC} $(CFLAGS) -o $@ $+ >++# strip $@ >+ >+ pdfreader: pdfparser.o pdfreader.o common.o >+ gcc $(CFLAGS) -o $@ $+ >+@@ -17,4 +17,4 @@ >+ rm -f pdfcrack pdfreader testreader *.o >+ >+ %.o: %.c >+- gcc $(CFLAGS) -c -o $@ $+ >++ ${CC} $(CFLAGS) -c -o $@ $+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 121451
: 85295