summaryrefslogtreecommitdiff
path: root/www/gatling/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/gatling/files/patch-Makefile')
-rw-r--r--www/gatling/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gatling/files/patch-Makefile b/www/gatling/files/patch-Makefile
index 0d956eb7de8a..2fa840d4add5 100644
--- a/www/gatling/files/patch-Makefile
+++ b/www/gatling/files/patch-Makefile
@@ -24,8 +24,8 @@
$(CC) -c $< -I. $(CFLAGS)
tlsgatling: gatling.c ssl.o
-- $(CC) -o $@ $(CFLAGS) $^ $(LDFLAGS) -lssl -lcrypto $(LDLIBS)
-+ $(CC) -o $@ $(CFLAGS) $> -DSUPPORT_HTTPS $(LDFLAGS) -lssl -lcrypto $(LDLIBS)
+- -$(CC) -o $@ $(CFLAGS) $^ $(LDFLAGS) -lssl -lcrypto $(LDLIBS)
++ -$(CC) -o $@ $(CFLAGS) $> -DSUPPORT_HTTPS $(LDFLAGS) -lssl -lcrypto $(LDLIBS)
libsocket: trysocket.c
if $(DIET) $(CC) $(CFLAGS) -o trysocket trysocket.c >/dev/null 2>&1; then echo ""; else \