mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
setting -Dstrip=false conflicts with --strip (conditionally added by
meson.port.mk on !DEBUG_PACKAGES archs)
This commit is contained in:
@@ -75,6 +75,9 @@ CONFIGURE_ARGS += -D${lib}:default_library=shared
|
||||
.endfor
|
||||
|
||||
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
||||
CONFIGURE_ARGS += -Ddebug=true -Dstrip=false
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.if empty(INSTALL_STRIP)
|
||||
CONFIGURE_ARGS += -Ddebug=true -Dstrip=false
|
||||
.endif
|
||||
|
||||
Reference in New Issue
Block a user