dev-libs/libgpg-error 1.6 build error fix.
Linux/Ebuild Dev / 2008/12/22 12:52
Summary :
Refer : http://bugs.gentoo.org/229415
Ebuild :
This is a common bug. You will find one possible fix (workaround) for example
in app-crypt/gnupg/gnupg-2.0.9.ebuild. Just edit the libgpg-error-1.6.ebuild
and change the src_compile() like this:
src_compile() {
econf $(use_enable nls) CC_FOR_BUILD=$(tc-getBUILD_CC) || die
emake || die
}
Refer : http://bugs.gentoo.org/229415
Ebuild :
'Linux > Ebuild Dev' 카테고리의 다른 글
| Webkit revision 40471부터는 geoclue가 자동으로 의존성에 추가됩니다. (0) | 2009/02/03 |
|---|---|
| x11-themes/gtk-engines-murrine-9999 (subversion build) ebuild (2) | 2009/01/04 |
| dev-libs/libgpg-error 1.6 build error fix. (0) | 2008/12/22 |
| media-libs/faad2 mpeg-4 decoding support ebuild (0) | 2008/11/29 |
| 파이어폭스 3.0 베타버전 이빌드 개발을 종료합니다. :-) (0) | 2008/04/11 |
| 파이어폭스 3.0 Beta5 릴리스 (이빌드 포함) (0) | 2008/04/04 |

libgpg-error-1.6.ebuild