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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user