]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- added --without curl bcond
authorMichal Moskal <michal@moskal.me>
Sat, 6 Apr 2002 12:08:39 +0000 (12:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.spec -> 1.50

poldek.spec

index f87f154e245de2a38dcdb233eb7d44e06de7dae3..27dbbcb9194914edb0c4780f26289f7cb3842fef 100644 (file)
@@ -1,6 +1,7 @@
 # conditional build
 #  --with static   -- don't use shared libraries
 #  --without imode -- don't build interactive mode
+#  --without curl  -- don't link curl
 Summary:       RPM packages management helper tool
 Summary(pl):   Pomocnicze narzêdzie do zarz±dzania pakietami RPM
 Name:          poldek
@@ -67,7 +68,8 @@ modu
 %build
 %configure \
        %{?_with_static:--enable-static} \
-       %{?_without_imode:--disable-imode}
+       %{?_without_imode:--disable-imode} \
+       %{?_without_curl:--without-curl}
 %{__make}
 
 %install
This page took 0.205695 seconds and 4 git commands to generate.