Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246915 Details for
Bug 336864
New ebuild: apache-2.2.16 w. apache-tools-2.2.16
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
apache-tools patch file
apache-tools-Makefile.patch (text/plain), 1.49 KB, created by
nietonfir
on 2010-09-11 21:06:18 UTC
(
hide
)
Description:
apache-tools patch file
Filename:
MIME Type:
Creator:
nietonfir
Created:
2010-09-11 21:06:18 UTC
Size:
1.49 KB
patch
obsolete
>--- a/support/Makefile.in >+++ b/support/Makefile.in >@@ -1,9 +1,10 @@ > DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \ >- logresolve.pl phf_abuse_log.cgi split-logfile envvars-std >+ logresolve.pl phf_abuse_log.cgi split-logfile > > CLEAN_TARGETS = suexec > >-PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm htcacheclean httxt2dbm >+PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm \ >+ htcacheclean httxt2dbm log_server_status split-logfile dbmmanage > TARGETS = $(PROGRAMS) > > PROGRAM_LDADD = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS) >@@ -12,22 +13,13 @@ PROGRAM_DEPENDENCIES = > include $(top_builddir)/build/rules.mk > > install: >- @test -d $(DESTDIR)$(bindir) || $(MKINSTALLDIRS) $(DESTDIR)$(bindir) > @test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir) >- @test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir) >- @cp -p $(top_builddir)/server/httpd.exp $(DESTDIR)$(libexecdir) >- @for i in apxs apachectl dbmmanage; do \ >+ @for i in $(PROGRAMS) ; do \ > if test -f "$(builddir)/$$i"; then \ > cp -p $$i $(DESTDIR)$(sbindir); \ > chmod 755 $(DESTDIR)$(sbindir)/$$i; \ > fi ; \ > done >- @if test -f "$(builddir)/envvars-std"; then \ >- cp -p envvars-std $(DESTDIR)$(sbindir); \ >- if test ! -f $(DESTDIR)$(sbindir)/envvars; then \ >- cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \ >- fi ; \ >- fi > > htpasswd_OBJECTS = htpasswd.lo > htpasswd: $(htpasswd_OBJECTS)
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 336864
:
246909
|
246911
|
246913
| 246915