mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
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
11 lines
267 B
Text
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
|