FreeBSD Bugzilla – Attachment 162446 Details for
Bug 204018
net/chrony: Pass --prefix to ./configure (Make PREFIX safe)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] pass --prefix to configure
pr.diff (text/plain), 513 bytes, created by
John Hein
on 2015-10-25 18:56:09 UTC
(
hide
)
Description:
[patch] pass --prefix to configure
Filename:
MIME Type:
Creator:
John Hein
Created:
2015-10-25 18:56:09 UTC
Size:
513 bytes
patch
obsolete
>Index: net/chrony/Makefile >=================================================================== >--- net/chrony/Makefile (revision 400148) >+++ net/chrony/Makefile (working copy) >@@ -18,7 +18,8 @@ > USES= cpe gmake makeinfo readline > CPE_VENDOR= tuxfamily > HAS_CONFIGURE= yes >-CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \ >+CONFIGURE_ARGS= --prefix=${PREFIX} \ >+ --sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \ > --datarootdir=${DATADIR} --docdir=${DOCSDIR} > USE_RC_SUBR= chronyd >
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 204018
:
162446
|
162645
|
162659
|
163359