FreeBSD Bugzilla – Attachment 151458 Details for
Bug 196592
devel/ncurses: fails to build on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
use CC instead of LD
ncurses.patch (text/plain), 884 bytes, created by
Mikael Urankar
on 2015-01-07 14:06:38 UTC
(
hide
)
Description:
use CC instead of LD
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-01-07 14:06:38 UTC
Size:
884 bytes
patch
obsolete
>--- /dev/null >+++ files/patch-aclocal.m4 >@@ -0,0 +1,11 @@ >+--- aclocal.m4.orig 2015-01-06 18:02:30 UTC >++++ aclocal.m4 >+@@ -5688,7 +5688,7 @@ CF_EOF >+ EXTRA_LDFLAGS="${cf_ld_rpath_opt}\${RPATH_LIST} $EXTRA_LDFLAGS" >+ fi >+ CF_SHARED_SONAME >+- MK_SHARED_LIB='${LD} -shared -Bshareable -soname=`basename $[@]` -o $[@]' >++ MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,`basename $[@]` -o $[@]' >+ ;; >+ netbsd*) #(vi >+ CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" > >--- /dev/null >+++ files/patch-configure >@@ -0,0 +1,11 @@ >+--- configure.orig 2015-01-06 18:02:40 UTC >++++ configure >+@@ -6201,7 +6201,7 @@ CF_EOF >+ cf_cv_shared_soname='`basename $@`' >+ fi >+ >+- MK_SHARED_LIB='${LD} -shared -Bshareable -soname=`basename $@` -o $@' >++ MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,`basename $@` -o $@' >+ ;; >+ netbsd*) #(vi >+ CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
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 196592
: 151458