Bugzilla – Attachment 1037 Details for
Bug 1132
cannot specify compiler options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Provide hint for usage of --with-cflags and friends
openssh-configure-help.patch (text/plain), 1.60 KB, created by
Darren Tucker
on 2005-12-09 14:14:29 AEDT
(
hide
)
Description:
Provide hint for usage of --with-cflags and friends
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-12-09 14:14:29 AEDT
Size:
1.60 KB
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/configure.ac,v >retrieving revision 1.312 >diff -u -p -r1.312 configure.ac >--- configure.ac 29 Nov 2005 02:40:34 -0000 1.312 >+++ configure.ac 9 Dec 2005 03:09:11 -0000 >@@ -575,7 +575,7 @@ esac > > # Allow user to specify flags > AC_ARG_WITH(cflags, >- [ --with-cflags Specify additional flags to pass to compiler], >+ [ --with-cflags=flags Specify additional flags to pass to compiler], > [ > if test -n "$withval" && test "x$withval" != "xno" && \ > test "x${withval}" != "xyes"; then >@@ -584,7 +584,7 @@ AC_ARG_WITH(cflags, > ] > ) > AC_ARG_WITH(cppflags, >- [ --with-cppflags Specify additional flags to pass to preprocessor] , >+ [ --with-cppflags=flags Specify additional flags to pass to preprocessor] , > [ > if test -n "$withval" && test "x$withval" != "xno" && \ > test "x${withval}" != "xyes"; then >@@ -593,7 +593,7 @@ AC_ARG_WITH(cppflags, > ] > ) > AC_ARG_WITH(ldflags, >- [ --with-ldflags Specify additional flags to pass to linker], >+ [ --with-ldflags=flags Specify additional flags to pass to linker], > [ > if test -n "$withval" && test "x$withval" != "xno" && \ > test "x${withval}" != "xyes"; then >@@ -602,7 +602,7 @@ AC_ARG_WITH(ldflags, > ] > ) > AC_ARG_WITH(libs, >- [ --with-libs Specify additional libraries to link with], >+ [ --with-libs=libs Specify additional libraries to link with], > [ > if test -n "$withval" && test "x$withval" != "xno" && \ > test "x${withval}" != "xyes"; then
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 1132
: 1037