]> git.pld-linux.org Git - packages/rpm.git/commitdiff
use fixed (1) value for _with_/_without_ macros (if jbj fix popt to reuse !#:+ magic...
authorArtur Frysiak <artur@frysiak.net>
Mon, 21 May 2001 15:49:54 +0000 (15:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-rpmpopt.patch -> 1.9

rpm-rpmpopt.patch

index 465b96b7875f103422ab7777e3c43185e9b138c2..16dfd860caf60f5b6b65a9b9cec74ed347de8bdf 100644 (file)
@@ -13,8 +13,8 @@ diff -Nru rpm-4.0/rpmpopt.in rpm-4.0.new/rpmpopt.in
 +
 +# Conditional building 
 +rpm exec  --bcond   find-spec-bcond
-+rpm alias --with    --define "_with_!#:+       --with-!#:+"
-+rpm alias --without --define "_without_!#:+       --without-!#:+"
++rpm alias --with    --define "_with_!#:+       1"
++rpm alias --without --define "_without_!#:+       1"
 +
 +# Don't remove $BUILDROOT if --noclean
 +
This page took 0.037529 seconds and 4 git commands to generate.