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