FreeBSD Bugzilla – Attachment 156646 Details for
Bug 200121
security/pgpin fails to build on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix arm build
security_pgpin.patch (text/plain), 1.57 KB, created by
Mikael Urankar
on 2015-05-11 09:15:32 UTC
(
hide
)
Description:
fix arm build
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-05-11 09:15:32 UTC
Size:
1.57 KB
patch
obsolete
>--- files/patch-makefile.orig (révision 385970) >+++ files/patch-makefile (copie de travail) >@@ -1,5 +1,5 @@ >---- makefile.orig 2001-03-23 11:44:58.000000000 +0100 >-+++ makefile 2011-06-24 19:39:57.000000000 +0200 >+--- makefile.orig 2001-03-23 10:44:58 UTC >++++ makefile > @@ -50,15 +50,15 @@ > # -DUSE_SELECT to use select() system call > # -DUSE_NBIO to use non-blocking read() >@@ -21,17 +21,17 @@ > DBG = -O > RM = rm -f > >-@@ -79,7 +79,8 @@ >+@@ -79,7 +79,8 @@ default: > @echo "where <system> can be:" > @echo " 386bsd, 3b1, 3b1_asm, aix370, aix386, amix-68k-gcc, apollo," > @echo " apollo-gcc, atari,aux(*), aux-gcc, bsd, bsdgcc, convexos," > - @echo " dgux, djgpp, encore, freebsd, hpux-68k(*), hpux-68k-ansi," > + @echo " dgux, djgpp, encore, hpux-68k(*), hpux-68k-ansi," >-+ @echo " freebsd-{alpha,i386,sparc64,ia64,amd64,powerpc}," >++ @echo " freebsd-{alpha,i386,sparc64,ia64,amd64,powerpc,armv6}," > @echo " hpux-68k-gcc, hpux-pa(*), hpux-pa-ansi, hpux-pa-gcc, hpux9-pa-ansi," > @echo " irix, irix_asm, isc, isc_asm, linux, linux-aout, linux-68k," > @echo " machten, mach_386, mips-ultrix, netbsd, netbsd_68k, newsasm," >-@@ -175,9 +176,32 @@ >+@@ -175,9 +176,36 @@ linux-68k: > $(MAKE) all CC=gcc LD=gcc \ > CFLAGS="$(RSAINCDIR) -O2 -DHIGHFIRST -DUNIX -DPORTABLE -DIDEA32" > >@@ -63,6 +63,10 @@ > +freebsd-powerpc: > + $(MAKE) all LD="$(CC) -s" \ > + CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \ >++ -DMAX_NAMELEN=255" >++freebsd-armv6: >++ $(MAKE) all LD="$(CC) -s" \ >++ CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \ > -DMAX_NAMELEN=255" > > 386bsd:
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 200121
: 156646