diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-14 22:47:48 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-14 22:48:05 -0500 |
commit | 6a58b258d4077ae3f17fd08b7f867f8e308b6ada (patch) | |
tree | 5ed637ac823f3a215e4316a3e384be6ff2f1d5bb /net-misc/sslh/files | |
parent | media-gfx/simple-scan: add missing USE-dependency on libgusb, bug #568066 (diff) | |
download | gentoo-6a58b258d4077ae3f17fd08b7f867f8e308b6ada.tar.gz gentoo-6a58b258d4077ae3f17fd08b7f867f8e308b6ada.tar.bz2 gentoo-6a58b258d4077ae3f17fd08b7f867f8e308b6ada.zip |
net-misc/sslh: fix parallel build failure w/version.h usage
Diffstat (limited to 'net-misc/sslh/files')
-rw-r--r-- | net-misc/sslh/files/sslh-1.17-version-deps.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/sslh/files/sslh-1.17-version-deps.patch b/net-misc/sslh/files/sslh-1.17-version-deps.patch new file mode 100644 index 000000000000..c05b87ab46ac --- /dev/null +++ b/net-misc/sslh/files/sslh-1.17-version-deps.patch @@ -0,0 +1,13 @@ +make sure the files using version.h depend on it being generated first + +--- a/Makefile ++++ b/Makefile +@@ -39,7 +39,7 @@ + + all: sslh $(MAN) echosrv + +-.c.o: *.h ++.c.o: *.h version.h + $(CC) $(CFLAGS) $(CPPFLAGS) -c $< + + version.h: |