[packages/lz4] fix make callout so that programs are compiled in build stage

glen glen at pld-linux.org
Tue Sep 8 19:29:14 CEST 2015


commit 97ccedaa5c5a485ff5ceda617769b75cd8627af9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Sep 8 20:28:08 2015 +0300

    fix make callout so that programs are compiled in build stage

 lz4.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/lz4.spec b/lz4.spec
index 43285e3..5e07559 100644
--- a/lz4.spec
+++ b/lz4.spec
@@ -73,7 +73,8 @@ mv cmake{_unofficial,}
 CFLAGS="%{rpmcflags}" \
 %{__make} \
 	CC="%{__cc}" \
-	CPPFLAGS="%{rpmcppflags}"
+	CPPFLAGS="%{rpmcppflags}" \
+	lib all
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lz4.git/commitdiff/2c2bc572f5b96419c8261a8f288c448e9034d534



More information about the pld-cvs-commit mailing list