sys-devel/lld: Enable shared libs (fixed upstream)
authorMichał Górny <mgorny@gentoo.org>
Mon, 30 Jan 2017 18:13:18 +0000 (19:13 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 30 Jan 2017 18:14:25 +0000 (19:14 +0100)
sys-devel/lld/lld-9999.ebuild

index f870ae74270ae066a62dca89f9e242595ace600b..93b234c1a920815de192676017408cd5cbc95200 100644 (file)
@@ -50,8 +50,7 @@ src_unpack() {
 src_configure() {
        local libdir=$(get_libdir)
        local mycmakeargs=(
-               # TODO: fix rpaths
-               #-DBUILD_SHARED_LIBS=ON
+               -DBUILD_SHARED_LIBS=ON
 
                -DLLVM_INCLUDE_TESTS=$(usex test)
                # TODO: fix detecting pthread upstream in stand-alone build