projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
485ff0a
)
app-crypt/heimdal: fix cross-compiling - bug 603554
author
Eray Aslan
<eras@gentoo.org>
Fri, 23 Dec 2016 12:02:29 +0000
(15:02 +0300)
committer
Eray Aslan
<eras@gentoo.org>
Fri, 23 Dec 2016 12:02:29 +0000
(15:02 +0300)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-crypt/heimdal/heimdal-7.1.0.ebuild
patch
|
blob
|
history
diff --git
a/app-crypt/heimdal/heimdal-7.1.0.ebuild
b/app-crypt/heimdal/heimdal-7.1.0.ebuild
index 7a95f7f28506b20d51df3338934365b7c6d4b3a4..68554c5696c119e4de40707a979a8d3a5882b4f4 100644
(file)
--- a/
app-crypt/heimdal/heimdal-7.1.0.ebuild
+++ b/
app-crypt/heimdal/heimdal-7.1.0.ebuild
@@
-117,7
+117,6
@@
multilib_src_compile() {
emake -j1
else
emake -C include -j1
- emake -C base -j1
emake -C lib -j1
emake -C kdc -j1
emake -C tools -j1
@@
-134,7
+133,6
@@
multilib_src_install() {
INSTALL_CATPAGES="no" emake DESTDIR="${D}" install
else
emake -C include DESTDIR="${D}" install
- emake -C base DESTDIR="${D}" install
emake -C lib DESTDIR="${D}" install
emake -C kdc DESTDIR="${D}" install
emake -C tools DESTDIR="${D}" install