view images/lfs-bootstrap/mnt/build/gettext-stub.sh @ 0:bcd2e358d57f

Start by copying the existing control image building infrastructure from Aboriginal Linux, and shuffling the layout around a bit.
author Rob Landley <rob@landley.net>
date Sun, 03 Jul 2011 17:23:26 -0500
parents
children b151b87ddf35
line wrap: on
line source

#!/bin/sh

# Stub to compile packages that refuse to build without gettext.

gcc -shared -fpic -o /usr/lib/libintl.so libintl-stub.c &&
cp libintl-stub.h /usr/include/libintl.h &&
cp msgfmt /usr/bin