1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 18:12:39 +01:00

net-misc/ipcalc-ng: fix build with USE='-geoip'

This commit is contained in:
2018-05-18 02:05:29 +02:00
parent a7e871fadd
commit 1e1522dd8f
3 changed files with 59 additions and 33 deletions

View File

@@ -28,10 +28,10 @@ PATCHES=(
)
src_compile() {
emake \
CC="$(tc-getCC)" LIBS="${LDFLAGS}" LIBPATH="${EPREFIX}/usr/$(get_libdir)" \
USE_GEOIP="$(usex geoip yes no)" \
USE_DYN_GEOIP="no" \
emake
USE_DYN_GEOIP="no"
}
src_install() {