Emanuele Rusconi wrote:
I just tried a "make -j1 install". Same problem: I get some empty dynamic
libs unless I discard the sed command that skips the static ones.

I don't know what to say.

    PROGRAM=openssl-1.0.2h

    ./config --openssldir=/etc/ssl \
             --prefix=/usr         \
             --libdir=lib          \
             shared                \
             zlib-dynamic                             &&

    make depend                                       &&
    make -j1                                          &&

    sed -i 's# libcrypto.a##;s# libssl.a##' Makefile  &&

    $SUDO make MANDIR=/usr/share/man MANSUFFIX=ssl install   &&

    $SUDO install -dv -m755 /usr/share/doc/$PROGRAM &&
    $SUDO cp -vfr doc/*     /usr/share/doc/$PROGRAM

Works fine for me. Note that there are no prerequisites other than sudo (for convenience) and a base LFS install.

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to