source:
common/blfs-tool-deps/908-links@
6dc325f
Last change on this file since 6dc325f was 2ee1d11, checked in by , 18 years ago | |
---|---|
|
|
File size: 137 bytes |
Rev | Line | |
---|---|---|
[3c5ca23] | 1 | #!/bin/sh |
2 | ||
3 | # $Id$ | |
4 | ||
5 | set -e | |
[2ee1d11] | 6 | cd $PKGDIR |
[3c5ca23] | 7 | |
8 | ./configure --prefix=/usr | |
9 | make CFLAGS="-O2 -Wno-sign-compare -Wno-pointer-sign" | |
10 | make install | |
11 | ||
[44994cb] | 12 | exit |
Note:
See TracBrowser
for help on using the repository browser.