aboutsummaryrefslogtreecommitdiff
path: root/testing/phpspy/remove-termbox-check.patch
blob: c94fb32dae6f5d150ca3da3306456c3a9a72e5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Check fails with:

	ld: unrecognized option '-Wl,--as-needed'
	ld: use the --help option for usage information

diff -upr phpspy-0.5.0.orig/Makefile phpspy-0.5.0/Makefile
--- phpspy-0.5.0.orig/Makefile	2020-05-31 18:34:19.931393581 +0200
+++ phpspy-0.5.0/Makefile	2020-05-31 18:34:23.341389992 +0200
@@ -33,7 +33,6 @@ phpspy_static: $(wildcard *.c *.h) vendo
 	$(CC) $(phpspy_cflags) $(phpspy_includes) $(termbox_inlcudes) $(phpspy_defines) $(phpspy_sources) -o phpspy $(phpspy_ldflags) $(phpspy_libs) $(termbox_libs)
 
 phpspy_dynamic: $(wildcard *.c *.h)
-	@$(or $(has_termbox), $(error Need libtermbox. Hint: try `make phpspy_static`))
 	$(CC) $(phpspy_cflags) $(phpspy_includes) $(phpspy_defines) $(phpspy_sources) -o phpspy $(phpspy_ldflags) $(phpspy_libs) -ltermbox
 
 vendor/termbox/build/src/libtermbox.a: vendor/termbox/waf