]> git.pld-linux.org Git - packages/Carla.git/commitdiff
Pass compilation flags to make
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 19 Nov 2016 18:13:36 +0000 (19:13 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 19 Nov 2016 18:14:35 +0000 (19:14 +0100)
Carla.spec

index cad3071950d013873bb32a0bcc0edb0c18703abe..4b8ea06af6746b5a7c2ae7acc1ef7f00b254d14e 100644 (file)
@@ -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}
 
This page took 0.086755 seconds and 4 git commands to generate.