]> git.pld-linux.org Git - packages/pcp.git/commitdiff
- cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Dec 2012 09:53:03 +0000 (10:53 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Dec 2012 09:53:03 +0000 (10:53 +0100)
pcp.spec

index bdd3256fcb4673baa7494cc8c0b145c1bbed290c..52f04d129463408c5390c71cbf15ef260a79b102 100644 (file)
--- a/pcp.spec
+++ b/pcp.spec
@@ -4,7 +4,6 @@
 #
 # Conditional build:
 %bcond_without apidocs         # do not build and package API docs
-%bcond_without static_libs     # don't build static libraries
 #
 %include       /usr/lib/rpm/macros.perl
 Summary:       Performance Co-Pilot - system level performance monitoring and management
@@ -128,7 +127,6 @@ Bashowe uzupełnianie nazw dla narzędzi PCP.
 %build
 %{__autoconf}
 %configure \
-       %{!?with_static_libs:--disable-static} \
        --with-rcdir=/etc/rc.d/init.d
 %{__make}
 
@@ -143,7 +141,6 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}
        HAVE_GZIPPED_MANPAGES=false \
        HAVE_LZMAED_MANPAGES=false \
        HAVE_XZED_MANPAGES=false
-#      PCP_RC_DIR=/etc/rc.d/init.d
 
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
 %py_postclean
This page took 0.078942 seconds and 4 git commands to generate.