commit 3130563327ab96b5db70caa58ce9c237a1721f47
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Sep 23 02:34:05 2023 +0100
test another way to fix build
libvlcpp.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/libvlcpp.spec b/libvlcpp.spec
index b0ae72a..29519a5 100644
--- a/libvlcpp.spec
+++ b/libvlcpp.spec
@@ -33,7 +33,8 @@ C++ bindings for libvlc.
%build
./bootstrap
-%configure --host=$(uname -m)
+export CPPFLAGS="$CXXFLAGS"
+%configure
%make_build