]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-rpmpopt.patch
- added some missing German translations
[packages/rpm.git] / rpm-rpmpopt.patch
1 diff -Nru rpm-4.0/rpmpopt.in rpm-4.0.new/rpmpopt.in
2 --- rpm-4.0/rpmpopt.in  Wed Nov 15 19:18:35 2000
3 +++ rpm-4.0.new/rpmpopt.in      Wed Nov 15 19:18:15 2000
4 @@ -80,6 +80,19 @@
5  # Build policies enabled from command line. Last policy applies.
6  rpm alias --buildpolicy --define '__os_install_post @RPMCONFIGDIR@/brp-!#:+'
7  
8 +# Make RPM build tree
9 +rpm exec --install-build-tree install-build-tree
10 +
11 +# Compiling with debuginfo may be enabled by --debug
12 +rpm alias --debug --define 'debug 1'
13 +
14 +# Conditional building 
15 +rpm exec  --bcond   find-spec-bcond
16 +rpm alias --with    --define "bcond_on_!#:+ 1"
17 +rpm alias --without --define "bcond_off_!#:+ 1"
18 +
19 +# Don't remove $BUILDROOT if --noclean
20 +
21  # Choose db interface:
22  #      0       same as 1
23  #      1       native db1 interface (e.g. linux glibc libdb1 routines).
This page took 0.030695 seconds and 3 git commands to generate.