mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
dev-libs/libsolv: remove forced CFLAGS -g -O2
Closes: https://bugs.gentoo.org/936869 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
parent
3bc913040b
commit
97b209ad6e
@ -28,6 +28,12 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
# remove forced CFLAGS -g -O2; bug 936869
|
||||
sed "/CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE^^}/d" -i CMakeLists.txt || die
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DENABLE_COMPLEX_DEPS=ON
|
Loading…
x
Reference in New Issue
Block a user