mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-servers/nginx-unit: Fix compilation error
Closes: https://bugs.gentoo.org/951447 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
@@ -68,7 +68,7 @@ src_configure() {
|
||||
./configure ${opt[@]} --ld-opt="${LDFLAGS}" || die "Core configuration failed"
|
||||
|
||||
# Modules require position-independent code
|
||||
append-cflags $(test-flags-CC -fPIC)
|
||||
append-cflags $(test-flags-CC -fPIC -Wno-incompatible-pointer-types)
|
||||
|
||||
for flag in ${MY_USE} ; do
|
||||
if use ${flag} ; then
|
||||
|
||||
Reference in New Issue
Block a user