ports/devel/chrpath/files/patch-testsuite__Makefile.am
Rodrigo Osorio b590a6d86e devel/chrpath: update to 0.18
Take mantainership and add a test target
2025-02-23 16:27:44 +01:00

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