Last change
on this file was 312, checked in by Herwig Bauernfeind, 16 years ago |
Update 3.0 to final 3.0.36 (source)
|
-
Property svn:eol-style
set to
native
|
File size:
453 bytes
|
Rev | Line | |
---|
[16] | 1 | #!/bin/sh
|
---|
| 2 | CFLAGS="-g -Zomf -O3 -march=pentium -mcpu=pentium4" \
|
---|
| 3 | CXXFLAGS="-g -Zomf -O3 -march=pentium -mcpu=pentium4" \
|
---|
[23] | 4 | LDFLAGS="-s -Zsym -Zmap -Zbin-files -Zomf -Zexe -Zargs-wild -Zargs-resp" \
|
---|
[16] | 5 | AR="emxomfar" \
|
---|
| 6 | LIBS="-lsocket -lsyslog" \
|
---|
[312] | 7 | ./configure --prefix=/samba --with-acl-support \
|
---|
[16] | 8 | --enable-static --disable-shared \
|
---|
| 9 | --disable-ldap --disable-cups 2>&1 | tee configure.log
|
---|
| 10 |
|
---|
| 11 | #disabled options:
|
---|
| 12 | # --enable-developer --enable-socket-wrapper \
|
---|
| 13 | #
|
---|
Note:
See
TracBrowser
for help on using the repository browser.