Bugzilla – Attachment 21 Details for
Bug 106
RFE: --without-rpath configure option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
configure.ac patch that adds --without-rpath option
openssh-without-rpath.patch (text/plain), 492 bytes, created by
Nicolas Williams
on 2002-02-07 07:13:49 AEDT
(
hide
)
Description:
configure.ac patch that adds --without-rpath option
Filename:
MIME Type:
Creator:
Nicolas Williams
Created:
2002-02-07 07:13:49 AEDT
Size:
492 bytes
patch
obsolete
>Index: 3_0_2p1.1/configure.ac >--- 3_0_2p1.1/configure.ac Wed, 21 Nov 2001 10:38:46 -0500 >+++ 3_0_2p1.1(w)/configure.ac Wed, 06 Feb 2002 14:55:35 -0500 >@@ -316,6 +316,17 @@ > fi > ] > ) >+AC_ARG_WITH(rpath, >+ [ --without-rpath Disable -R linker flag], >+ [ >+ if test "x$withval" = "xno" ; then >+ need_dash_r="" >+ fi >+ if test "x$withval" = "xyes" ; then >+ need_dash_r=1 >+ fi >+ ] >+) > > AC_ARG_WITH(pcre, > [ --with-pcre[[=PATH]] Override built in regex library with pcre
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 106
: 21