Portmap

From CBLFS
Revision as of 12:03, 5 November 2006 by Jciccone (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: ftp://ftp.porcupine.org/pub/security/portmap_5beta.tar.gz
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/portmap/portmap-5beta-compilation_fixes-3.patch
Download Patch http://svn.cross-lfs.org/svn/repos/patches/portmap/portmap-5beta-glibc_errno_fix-1.patch

Dependencies

Required

Non-Multilib

Compile the package:

patch -Np1 -i ../portmap-5beta-compilation_fixes-3.patch &&
patch -Np1 -i ../portmap-5beta-glibc_errno_fix-1.patch &&
make

Install the package

make install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

patch -Np1 -i ../portmap-5beta-compilation_fixes-3.patch &&
patch -Np1 -i ../portmap-5beta-glibc_errno_fix-1.patch &&
make CC="gcc ${BUILD32}"

Install the package

make install

N32

Compile the package:

patch -Np1 -i ../portmap-5beta-compilation_fixes-3.patch &&
patch -Np1 -i ../portmap-5beta-glibc_errno_fix-1.patch &&
make CC="gcc ${BUILDN32}"

Install the package

make install

64Bit

Compile the package:

patch -Np1 -i ../portmap-5beta-compilation_fixes-3.patch &&
patch -Np1 -i ../portmap-5beta-glibc_errno_fix-1.patch &&
make CC="gcc ${BUILD64}"

Install the package

make install