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