]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-rpmpopt.patch
- added %ifarch for PPC port of PLD :)
[packages/rpm.git] / rpm-rpmpopt.patch
CommitLineData
3b934e94 1diff -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
0cf9557d 4@@ -80,6 +80,21 @@
4703c2f4 5 # Build policies enabled from command line. Last policy applies.
3b934e94 6 rpm alias --buildpolicy --define '__os_install_post @RPMCONFIGDIR@/brp-!#:+'
7
4703c2f4 8+# Make RPM build tree
7dd0f111 9+rpm exec --install-build-tree install-build-tree
bde737fe 10+
11+# Compiling with debuginfo may be enabled by --debug
12+rpm alias --debug --define 'debug 1'
13+
60798fe8 14+# Conditional building
15+rpm exec --bcond find-spec-bcond
0cf9557d
AF
16+rpm alias --with --define "_with_!#:+ --with-!#:+"
17+rpm alias --without --define "_without_!#:+ --without-!#:+"
18+rpmb alias --with --define "_with_!#:+ --with-!#:+"
19+rpmb alias --without --define "_without_!#:+ --without-!#:+"
867baf24 20+
bde737fe 21+# Don't remove $BUILDROOT if --noclean
3b934e94 22+
23 # Choose db interface:
24 # 0 same as 1
25 # 1 native db1 interface (e.g. linux glibc libdb1 routines).
This page took 0.029457 seconds and 4 git commands to generate.