blob: f01de0d16035cbbe1bd5651dbecf68d86a43e808 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./testsuite/Makefile.am.orig 2025-02-21 17:33:44 UTC
+++ ./testsuite/Makefile.am
@@ -12,7 +12,7 @@
EXTRA_DIST = runtest.sh
prog: prog.c
- $(CC) $(RPATH) -o $@ $<
+ $(CC) -Wl,$(RPATH) -o $@ $<
check: $(CHRPATH)
$(srcdir)/runtest.sh
|