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

net-misc/ipcalc-ng: remove LIBPATH

This commit is contained in:
2018-09-12 16:37:02 +02:00
parent c2e740934c
commit 7ab45cdf18
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ RDEPEND="${DEPEND}"
src_compile() {
emake \
CC="$(tc-getCC)" LIBS="${LDFLAGS}" LIBPATH="${EPREFIX}/usr/$(get_libdir)" \
CC="$(tc-getCC)" LIBS="${LDFLAGS}" \
USE_GEOIP="$(usex geoip yes no)" \
USE_DYN_GEOIP="no"
}