mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
11 lines
244 B
Text
11 lines
244 B
Text
--- ./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
|