ports/devel/chrpath/files/patch-testsuite__Makefile.in
Raphael Kubo da Costa 6b669322fb Update to 0.16.
This version has quite a number of fixes, but the most important new feature is
that it can handle both 32-bit and 64-bit ELF files now.

PR:		206931
Submitted by:	dim
2016-02-29 00:01:27 +00:00

11 lines
267 B
Text

--- testsuite/Makefile.in.orig 2014-01-12 09:03:45.000000000 +0100
+++ testsuite/Makefile.in 2016-02-03 19:34:07.381487000 +0100
@@ -457,7 +457,7 @@
prog: prog.c
- $(CC) $(RPATH) -o $@ $<
+ $(CC) -Wl,$(RPATH) -o $@ $<
check: $(CHRPATH)
$(srcdir)/runtest.sh