Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 349822 Details for
Bug 462758
www-servers/thttpd does not respect AR
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
thttpd-2.26.4-ar.patch
thttpd-2.26.4-ar.patch (text/plain), 662 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-06-01 09:59:24 UTC
(
hide
)
Description:
thttpd-2.26.4-ar.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-06-01 09:59:24 UTC
Size:
662 bytes
patch
obsolete
>--- configure.ac 2012-07-13 13:54:15.000000000 +0200 >+++ configure.ac 2013-06-01 11:55:00.819923372 +0200 >@@ -7,6 +7,10 @@ > # Checks for programs. > AC_PROG_CC > AC_PROG_INSTALL >+AN_MAKEVAR([AR], [AC_PROG_AR]) >+AN_PROGRAM([ar], [AC_PROG_AR]) >+AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)]) >+AC_PROG_AR > > # Checks for libraries. > AC_CHECK_LIB(crypt, crypt) >--- src/Makefile.in 2012-07-13 13:54:32.000000000 +0200 >+++ src/Makefile.in 2013-06-01 11:55:20.999952969 +0200 >@@ -45,7 +45,7 @@ > CONFIG_CLEAN_FILES = > CONFIG_CLEAN_VPATH_FILES = > LIBRARIES = $(noinst_LIBRARIES) >-AR = ar >+AR = @AR@ > ARFLAGS = cru > libmatch_a_AR = $(AR) $(ARFLAGS) > libmatch_a_LIBADD =
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 462758
: 349822