MahiroOS-jhalfs/common/blfs-tool-deps/908-links
2006-11-11 11:39:16 +00:00

12 lines
139 B
Bash

#!/bin/bash
# $Id$
set -e
cd $PKGDIR
./configure --prefix=/usr
make CFLAGS="-O2 -Wno-sign-compare -Wno-pointer-sign"
make install
exit