Skip to content

Commit

Permalink
re-alpine: fix library order for as-needed
Browse files Browse the repository at this point in the history
This module is _crap_ concerning linking...
I'll just solve this via LIBS in this case
  • Loading branch information
v4hn committed Nov 3, 2013
1 parent 5f27f29 commit b063ea5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions mail/re-alpine/BUILD
@@ -1,14 +1,15 @@
(

OPTS+=" --without-tcl \
--with-smime \
--without-passfile \
--with-system-pinerc=/etc/alpine.d/pine.conf \
--with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed \
--with-ssl-certs-dir=/etc/ssl/certs"
--with-ssl-certs-dir=/etc/ssl/certs" &&

patch_it $SOURCE2 1 &&

default_build
if module_installed Linux-PAM; then
export LIBS+=" -lpam"
fi &&

) > $C_FIFO 2>&1
export LIBS+=" -lcrypt -lcrypto" &&
default_build

0 comments on commit b063ea5

Please sign in to comment.