Gentoo Archives: gentoo-server

From: David CHANIAL <david.ml@××××××××.fr>
To: "'gentoo-server@l.g.o'" <gentoo-server@l.g.o>
Subject: [gentoo-server] creating an ebuild, the needed library
Date: Thu, 15 Jun 2006 01:29:08
Message-Id: 200606150325.35064.david.ml@euro-web.fr
1 Hi all,
2
3 I'm creating an ebuild, but the make called from src_compile() need to read a
4 file outside the ${WORKDIR}
5
6 in Makefile :
7 **
8 exec cc -O2 -I/home/vpopmail/include -c chkuser.c
9 chkuser.c:37:22: vpopmail.h: No such file or directory
10 chkuser.c:38:19: vauth.h: No such file or directory
11 chkuser.c:39:29: vpopmail_config.h: No such file or directory
12 [...]
13 **
14
15 how to solve that ?
16
17 Thanks for your anwers.
18
19 Best regards,
20 --
21 David CHANIAL - Euro Web SARL - http://www.euro-web.fr
22 Location de serveurs dédiés infogérés
23 Infogérance et consulting
24 Hébergement mutualisé sur mesure
25 Serveurs de jeux
26
27 --
28 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] creating an ebuild, the needed library - oops David CHANIAL <david.ml@××××××××.fr>