Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 267387 Details for
Bug 338161
app-accessibility/brltty-4.1 does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
brltty-4.2-fix-ldflags.patch
brltty-4.2-fix-ldflags.patch (text/plain), 2.35 KB, created by
Christopher Brannon (RETIRED)
on 2011-03-27 12:22:56 UTC
(
hide
)
Description:
brltty-4.2-fix-ldflags.patch
Filename:
MIME Type:
Creator:
Christopher Brannon (RETIRED)
Created:
2011-03-27 12:22:56 UTC
Size:
2.35 KB
patch
obsolete
>Index: configure.ac >=================================================================== >--- configure.ac (revision 5474) >+++ configure.ac (working copy) >@@ -377,7 +377,7 @@ > case "${host_os}" > in > linux*|gnu*|openbsd*|freebsd*|kfreebsd*|netbsd*|*qnx*|cygwin*|mingw*|eabi*) >- brltty_mkmod_ld_make="-shared" >+ brltty_mkmod_ld_make="-shared ${LDFLAGS}" > ;; > solaris*) > brltty_mkmod_ld_make="-G" >@@ -404,7 +404,7 @@ > esac > if test "${GCC}" = "yes" > then >- brltty_cv_prog_mkmod="\$(CC) ${brltty_mkmod_gcc_make=-shared} BRLTTY_OPTIONS_LD2CC([${brltty_mkmod_ld_options}]) -o" >+ brltty_cv_prog_mkmod="\$(CC) ${brltty_mkmod_gcc_make=-shared} ${LDFLAGS} BRLTTY_OPTIONS_LD2CC([${brltty_mkmod_ld_options}]) -o" > else > brltty_cv_prog_mkmod="\$(LD) ${brltty_mkmod_ld_make} ${brltty_mkmod_ld_options} -o" > fi]) >@@ -414,7 +414,7 @@ > case "${host_os}" > in > linux*|gnu*|openbsd*|freebsd*|kfreebsd*|netbsd*|*qnx*|eabi*) >- brltty_mklib_ld_make="-shared" >+ brltty_mklib_ld_make="-shared ${LDFLAGS}" > brltty_mklib_ld_options="-soname" > ;; > solaris*) >@@ -449,7 +449,7 @@ > esac > if test "${GCC}" = "yes" > then >- brltty_cv_prog_mklib="\$(CC) ${brltty_mklib_gcc_make=-shared} BRLTTY_OPTIONS_LD2CC([${brltty_mklib_ld_options+${brltty_mklib_ld_options} <name>}]) -o" >+ brltty_cv_prog_mklib="\$(CC) ${brltty_mklib_gcc_make=-shared} ${LDFLAGS} BRLTTY_OPTIONS_LD2CC([${brltty_mklib_ld_options+${brltty_mklib_ld_options} <name>}]) -o" > else > brltty_cv_prog_mklib="\$(LD) ${brltty_mklib_ld_make} ${brltty_mklib_ld_options+${brltty_mklib_ld_options} <name>} -o" > fi]) >Index: Bindings/Caml/Makefile.in >=================================================================== >--- Bindings/Caml/Makefile.in (revision 5474) >+++ Bindings/Caml/Makefile.in (working copy) >@@ -55,13 +55,13 @@ > all : $(OCAML_FILES) > > $(OCAML_CLIBS) : brlapi_stubs.$O >- $(OCAMLMKLIB) $(API_LDFLAGS) -oc $(OCAML_LIB)_stubs brlapi_stubs.$O >+ $(OCAMLMKLIB) -ldopt "$(LDFLAGS)" $(API_LDFLAGS) -oc $(OCAML_LIB)_stubs brlapi_stubs.$O > > $(OCAML_BCLIB) : $(OCAML_CLIBS) brlapi.cmo > $(OCAMLC) -a $(OCAMLMKLIB_FLAGS) -o $(OCAML_LIB).cma brlapi.cmo > > $(OCAML_NCLIB) : $(OCAML_CLIBS) brlapi.cmx >- $(OCAMLMKLIB) $(OCAMLMKLIBOPT_FLAGS) -o $(OCAML_LIB) brlapi.cmx >+ $(OCAMLMKLIB) -ldopt "$(LDFLAGS)" $(OCAMLMKLIBOPT_FLAGS) -o $(OCAML_LIB) brlapi.cmx > > brlapi.cmi: brlapi.mli > $(OCAMLC) -o $@ -c brlapi.mli
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 338161
:
248126
| 267387 |
267623