summaryrefslogtreecommitdiff
path: root/www-servers/apache/files/apache-2.4.34-suexec_parallel_install.patch
blob: d5543f7004be42416e7675cf748283f23b1ca7d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
https://bugs.gentoo.org/661358

--- httpd-2.4.34/Makefile.in
+++ httpd-2.4.34/Makefile.in
@@ -277,12 +277,12 @@
             $(INSTALL_PROGRAM) $(top_builddir)/support/suexec $(DESTDIR)$(sbindir); \
 	fi
 
-install-suexec-setuid:
+install-suexec-setuid: install-suexec-binary
 	@if test -f $(builddir)/support/suexec; then \
 	    chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
 	fi
 
-install-suexec-caps:
+install-suexec-caps: install-suexec-binary
 	@if test -f $(builddir)/support/suexec; then \
             setcap 'cap_setuid,cap_setgid+pe' $(DESTDIR)$(sbindir)/suexec; \
 	fi