THis should use variable LDFLAGS, not LIBS. (some utility (example mkrf) cause trouble) --- Makefile.ORG 2012-08-20 14:30:45.000000000 +0900 +++ Makefile 2012-08-07 16:44:05.000000000 +0900 @@ -77,7 +77,7 @@ .endif CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" \ + LIBS="-L${LOCALBASE}/lib ${LDFLAGS}" \ debugflags= .if ${RUBY_VER} == ${RUBY_DEFAULT_VER} Fix: see patch Patch attached with submission follows: How-To-Repeat: ---
Hello, sorry, patch is reversed. please reverse to read.
Responsible Changed From-To: freebsd-ports-bugs->ruby Over to maintainer (via the GNATS Auto Assign Tool)
Hi, I tried this, but it just causes a build problem for me: linking shared-library libruby19.so.19 /usr/bin/ld: cannot find -lexecinfo *** Error code 1 Can you tell me more about what problem you were having? Steve
Hello, On Mon, 27 May 2013 13:22:49 -0400 "Steve Wills" <swills@FreeBSD.org> wrote: > Hi, > > I tried this, but it just causes a build problem for me: > > linking shared-library libruby19.so.19 > /usr/bin/ld: cannot find -lexecinfo > *** Error code 1 > > Can you tell me more about what problem you were having? > > Steve It looks to need some more modify, but I missed it. Sorry, please reject this PR.
State Changed From-To: open->closed Per submitter request