Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 277675 | Differences between
and this patch

Collapse All | Expand All

(-)chironfs-1.1.1.orig/src/Makefile.am (-3 / +6 lines)
Lines 4-10 Link Here
4
chironfs_SOURCES = chironfs.c chiron-conf.c chirondbg.c chironfs.h chiron-types.h chironfn.c chironfn.h chironoper.h
4
chironfs_SOURCES = chironfs.c chiron-conf.c chirondbg.c chironfs.h chiron-types.h chironfn.c chironfn.h chironoper.h
5
chirctl_SOURCES = chirctl.c chirondbg.c chirctl.h chironfs.h chiron-types.h chironfn.c chironfn.h
5
chirctl_SOURCES = chirctl.c chirondbg.c chirctl.h chironfs.h chiron-types.h chironfn.c chironfn.h
6
if FREEBSD
6
if FREEBSD
7
OSLD=-pthread -liconv -lfuse -L/usr/local/lib
7
OSLD=-liconv -lfuse -L/usr/local/lib
8
chironfs_LDFLAGS = -pthread
9
chirctl_LDFLAGS = -pthread
8
else
10
else
9
if NETBSD
11
if NETBSD
10
OSLD=-lrefuse
12
OSLD=-lrefuse
Lines 12-18 Link Here
12
OSLD=-lfuse
14
OSLD=-lfuse
13
endif
15
endif
14
endif
16
endif
15
chironfs_LDFLAGS = -lm ${OSLD}
17
chironfs_LDADD = -lm ${OSLD}
16
chironfs_OBJSS = chironfs.o chiron-conf.o chirondbg.o chironfn.o
18
chironfs_OBJSS = chironfs.o chiron-conf.o chirondbg.o chironfn.o
17
chirctl_LDFLAGS = -lm ${OSLD}
19
chirctl_LDADD = -lm ${OSLD}
18
chirctl_OBJSS = chirctl.o chirondbg.o chironfn.o
20
chirctl_OBJSS = chirctl.o chirondbg.o chironfn.o
21

Return to bug 277675