Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2016 00:54:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209810] lang/chicken: update from 4.10.0 to 4.11.0
Message-ID:  <bug-209810-13-wieLGnYm5J@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209810-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209810-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209810

--- Comment #6 from Phil Eaton <philneaton95@gmail.com> ---
Vitaly, one last thing. The archive lib/libchicken.a should not be included=
 in
the list of files to strip in the Makefile. Try running `objdump -t
/usr/local/lib/libchicken.a`. Then try running `objdump -t
/usr/ports/lang/chicken/work/libchicken.a` (or wherever you're working on i=
t).

So in the Makefile, the line that reads:

${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libchicken*

Should be two lines reading:

${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libchicken.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libchicken.so.8

If this needs to be in a separate bug report that is fine with me. You cann=
ot
statically compile chicken files without this.

Thanks!

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209810-13-wieLGnYm5J>