Gsasl

From CBLFS
Revision as of 03:01, 1 July 2010 by Axel Bergerhoff (talk | contribs) (Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.4.4.tar.gz |- |} ---- {{Package-Introduction|GNU SASL is an…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.4.4.tar.gz

Introduction to Gsasl

GNU SASL is an implementation of the Simple Authentication and Security Layer (SASL).

Project Homepage: http://www.gnu.org/software/gsasl/

Dependencies

Required

Optional

Non-Multilib

Please contribute

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" LD="ld ${LD_BUILD32}" USE_ARCH=32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --sysconfdir=/etc \
  --localstatedir=/var --build=${CLFS_TARGET32}

make

Install the package

make install

N32

Please contribute

64Bit

Compile the package:

CC="gcc ${BUILD64}" LD="ld ${LD_BUILD64}" \
LDFLAGS="-L/usr/lib64" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --sysconfdir=/etc \
  --localstatedir=/var --libdir=/usr/lib64

make

Install the package

make install