]> git.pld-linux.org Git - packages/endeavour.git/commitdiff
- pass some options to make
authorsparky <sparky@pld-linux.org>
Sat, 29 Jul 2006 00:31:30 +0000 (00:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    endeavour.spec -> 1.11

endeavour.spec

index 370f1e187e7448d6c42338da622c0d306b1aed32..f13ba5540d71150cacd0960f6621411049da5fce 100644 (file)
@@ -71,7 +71,12 @@ Pliki nag
 ./configure \
        PLD
 
-%{__make}
+%{__make} \
+       CC="%{__cc}"                    \
+       CPP="%{__cxx}"                  \
+       OPTCFLAGS="%{rpmcflags} -fPIC"  \
+       EDV_LIB_DIR=%{_libdir}          \
+       LIB_DIRS="-L%{_prefix}/X11R6/%{_lib}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.041487 seconds and 4 git commands to generate.