Skip to content
Permalink
update-libxslt…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Get rid of linking against OpenSSL 1.0.0 libraries.

    $ ldd /usr/bin/mutt | grep 1.0.0
            libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007fde5d922000)
            libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007fde5d4bb000)

1.  http://www.mutt.org/
2.  https://gitlab.com/muttmua/mutt/raw/stable/UPDATING
2 contributors

Users who have contributed to this file

@david @pmenzel
executable file 38 lines (26 sloc) 679 Bytes
#!/usr/bin/env beesh
# BEE_VERSION mutt-1.13.5-0
SRCURL[0]="ftp://ftp.mutt.org/pub/mutt/mutt-${PKGVERSION}.tar.gz"
# PATCHURL[0]=""
# BEE_BUILDTYPE=
# EXCLUDE=""
#mee_extract() {
# bee_extract ${@}
#}
#mee_patch() {
# bee_patch ${@}
#}
mee_configure() {
bee_configure --with-ssl \
--enable-external-dotlock \
--enable-pop \
--enable-imap \
--enable-hcache \
--enable-sidebar
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}