On 04/15/2010 07:20 PM, Caleb Cushing wrote:
beecrypt fails to build if I just run makepkg
having an issue ( see below ) weird thing is if I cd to
src/beecrypt-4.2.1 and run
./configure --prefix=/usr --sysconfdir=/etc --without-java
--disable-openmp&& make
and then I change back to the beecrypt directory and run makepkg then
mkpkg works... I don't get it (since this is essentially what the
pkgbuild does). I suspect it's an environmental issue but I don't know
what.
<snip>
add before ./configure:
export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
--
Ionut