[packages/Carla] Pass compilation flags to make

jajcus jajcus at pld-linux.org
Sat Nov 19 19:23:34 CET 2016


commit 8b0be3a90a810653f48d78198f51fb576b84379e
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Nov 19 19:13:36 2016 +0100

    Pass compilation flags to make

 Carla.spec | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/Carla.spec b/Carla.spec
index cad3071..4b8ea06 100644
--- a/Carla.spec
+++ b/Carla.spec
@@ -68,6 +68,11 @@ Pliki nagłówkowe biblioteki %{name}.
 
 %build
 %{__make} -j1 \
+	CC="%{__cc}" \
+	CXX="%{__cxx}" \
+	CFLAGS="%{rpmcflags}" \
+	CXXFLAGS="%{rpmcxxflags}" \
+	LDFLAGS="%{rpmldflags}" \
 	PREFIX=%{_prefix} \
 	LIBDIR=%{_libdir}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Carla.git/commitdiff/8b0be3a90a810653f48d78198f51fb576b84379e



More information about the pld-cvs-commit mailing list