diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-07 18:23:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-07 18:23:57 +0200 |
commit | a6d840e4e2f0ae93d341ae512fc951bf9661070d (patch) | |
tree | 73392f9ba564b49bf3d83bb2ed3419b8a5e9be2d /dev-libs/uthash | |
parent | sys-devel/elftoolchain: Add 0.7.1_p20210319 snapshot (diff) | |
download | gentoo-a6d840e4e2f0ae93d341ae512fc951bf9661070d.tar.gz gentoo-a6d840e4e2f0ae93d341ae512fc951bf9661070d.tar.bz2 gentoo-a6d840e4e2f0ae93d341ae512fc951bf9661070d.zip |
dev-libs/uthash: Cleanup ebuild
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/uthash')
-rw-r--r-- | dev-libs/uthash/uthash-2.3.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-libs/uthash/uthash-2.3.0.ebuild b/dev-libs/uthash/uthash-2.3.0.ebuild index 7e3b5953a15a..6a3882e3aa85 100644 --- a/dev-libs/uthash/uthash-2.3.0.ebuild +++ b/dev-libs/uthash/uthash-2.3.0.ebuild @@ -21,9 +21,12 @@ PATCHES=( "${FILESDIR}"/${PN}-2.1.0-cflags.patch ) +src_configure() { + tc-export CC +} + src_test() { - cd tests || die - emake CC="$(tc-getCC)" + emake -C tests } src_install() { |