pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53163: devel/libthrift fails build
The following reply was made to PR pkg/53163; it has been noted by GNATS.
From: scole_mail <scole_mail%gmx.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/53163: devel/libthrift fails build
Date: Sat, 07 Apr 2018 13:43:07 -0700
I'm not sure if this is the correct way, but if I add
LDFLAGS+= -lboost_atomic
to
pkgsrc/devel/libthrift/Makefile
it seems to finish compiling and installs.
In the configure script, there are some BOOST_*_LDADD already, but I
guess I don't understand why boost_atomic is not added already:
if test "x$succeeded" = "xyes" ; then
BOOST_LIB_DIR=$PREFIX/lib
BOOST_CHRONO_LDADD=$(echo "$BOOST_LIB_DIR/libboost_chrono.a")
BOOST_FILESYSTEM_LDADD=$(echo "$BOOST_LIB_DIR/libboost_filesystem.a")
BOOST_SYSTEM_LDADD=$(echo "$BOOST_LIB_DIR/libboost_system.a")
BOOST_TEST_LDADD=$(echo "$BOOST_LIB_DIR/libboost_unit_test_framework.a")
BOOST_THREAD_LDADD=$(echo "$BOOST_LIB_DIR/libboost_thread.a")
have_cpp="yes"
fi
There are about 35 different libboost_ libs in my pkgsrc now.
Home |
Main Index |
Thread Index |
Old Index