summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-02-04 20:09:15 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-02-04 20:09:15 +0000
commit531639335b7a5530748bb651c39a9f1fe5ff54bf (patch)
treea0e50fd2b29e166dbd21b1c1505ad1c9ba2419b6 /app-admin/apache-tools/files
parentVersion bump. Bugs #41333, #201512 and #208581 fixed. (diff)
downloadhistorical-531639335b7a5530748bb651c39a9f1fe5ff54bf.tar.gz
historical-531639335b7a5530748bb651c39a9f1fe5ff54bf.tar.bz2
historical-531639335b7a5530748bb651c39a9f1fe5ff54bf.zip
fix #208160
Package-Manager: portage-2.1.4
Diffstat (limited to 'app-admin/apache-tools/files')
-rw-r--r--app-admin/apache-tools/files/apache-tools-Makefile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/apache-tools/files/apache-tools-Makefile.patch b/app-admin/apache-tools/files/apache-tools-Makefile.patch
index 8181a16b7059..ac70fee9690a 100644
--- a/app-admin/apache-tools/files/apache-tools-Makefile.patch
+++ b/app-admin/apache-tools/files/apache-tools-Makefile.patch
@@ -9,7 +9,7 @@
-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
++ htcacheclean httxt2dbm log_server_status split-logfile dbmmanage
TARGETS = $(PROGRAMS)
PROGRAM_LDADD = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS)