Last change
on this file since 36041 was
36041,
checked in by sjamaan, 2 years ago
|
Initial port of svn-client to CHICKEN 5
|
-
Property svn:executable set to
*
|
File size:
483 bytes
|
Line | |
---|
1 | # -*- sh -*- |
---|
2 | |
---|
3 | CFLAGS="`apr-1-config --includes` -D_LARGEFILE64_SOURCE " |
---|
4 | CFLAGS="$CFLAGS -I/usr/include/subversion-1 " |
---|
5 | CFLAGS="$CFLAGS -I/usr/local/include/subversion-1" |
---|
6 | LDFLAGS="`apr-1-config --libs --link-ld`" |
---|
7 | |
---|
8 | # Link order taken from subversion's python bindings |
---|
9 | "$CHICKEN_CSC" -C "$CFLAGS" -L "$LDFLAGS" \ |
---|
10 | -Wl,-lsvn_subr-1 -Wl,-lsvn_diff-1 -Wl,-lsvn_delta-1 \ |
---|
11 | -Wl,-lsvn_fs-1 -Wl,-lsvn_repos-1 -Wl,-lsvn_wc-1 \ |
---|
12 | -Wl,-lsvn_ra-1 -Wl,-lsvn_client-1 "$@" |
---|
Note: See
TracBrowser
for help on using the repository browser.