FreeBSD Bugzilla – Attachment 82830 Details for
Bug 118443
[PATCH] fix build net/freeradius with amd64 arch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-freeradius.diff
patch-freeradius.diff (text/plain), 1.54 KB, created by
Andrej Zverev
on 2007-12-05 09:20:01 UTC
(
hide
)
Description:
patch-freeradius.diff
Filename:
MIME Type:
Creator:
Andrej Zverev
Created:
2007-12-05 09:20:01 UTC
Size:
1.54 KB
patch
obsolete
>Index: freeradius/Makefile >=================================================================== >RCS file: /home/pcvs/ports/net/freeradius/Makefile,v >retrieving revision 1.62 >diff -u -r1.62 Makefile >--- freeradius/Makefile 28 Oct 2007 22:08:44 -0000 1.62 >+++ freeradius/Makefile 5 Dec 2007 09:01:11 -0000 >@@ -61,12 +61,6 @@ > > .include <bsd.port.pre.mk> > >-.if ${OSVERSION} >= 700042 >-.if ${ARCH} == "amd64" >-BROKEN= Does not compile with GCC 4.2 >-.endif >-.endif >- > # Default requirements for rc script > _REQUIRE= NETWORKING SERVERS > >@@ -101,6 +95,9 @@ > --without-rlm_sql_unixodbc > > .if ${ARCH} == amd64 >+.if ${OSVERSION} >= 700042 >+EXTRA_PATCHES+= ${FILESDIR}/extra-src-main-Makefile.in >+.endif > CONFIGURE_ARGS+= --with-pic > .endif > >Index: freeradius/files/extra-src-main-Makefile.in >=================================================================== >RCS file: freeradius/files/extra-src-main-Makefile.in >diff -N freeradius/files/extra-src-main-Makefile.in >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ freeradius/files/extra-src-main-Makefile.in 5 Dec 2007 09:01:11 -0000 >@@ -0,0 +1,11 @@ >+--- src/main/Makefile.in.orig 2007-02-14 15:44:23.000000000 +0000 >++++ src/main/Makefile.in 2007-12-04 19:12:30.000000000 +0000 >+@@ -61,7 +61,7 @@ >+ >+ radiusd: $(SERVER_OBJS) $(MODULE_OBJS) ../lib/libradius.la >+ $(LIBTOOL) --mode=link $(CC) -export-dynamic -dlopen self \ >+- $(LDFLAGS) -pie $(LINK_MODE) -o $@ $(SERVER_OBJS) \ >++ $(LDFLAGS) $(LINK_MODE) -o $@ $(SERVER_OBJS) \ >+ $(MODULE_LIBS) $(LIBS) $(SNMP_LIBS) $(PTHREADLIB) \ >+ $(LIBLTDL) $(OPENSSL_LIBS) >+
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 118443
: 82830