diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-02-04 20:09:15 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-02-04 20:09:15 +0000 |
commit | 531639335b7a5530748bb651c39a9f1fe5ff54bf (patch) | |
tree | a0e50fd2b29e166dbd21b1c1505ad1c9ba2419b6 /app-admin/apache-tools/files | |
parent | Version bump. Bugs #41333, #201512 and #208581 fixed. (diff) | |
download | historical-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.patch | 2 |
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) |