summaryrefslogtreecommitdiff
path: root/rpmpopt.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-03-16 20:23:49 +0000
committerjbj <devnull@localhost>2001-03-16 20:23:49 +0000
commit54704b3b838fefd7547df94a6a9042e6ca84446a (patch)
treee399552c10270106b8809a5f056c9d45ef6e8275 /rpmpopt.in
parent84705dbb7660d4b1ea4b8429d84b154d2a283093 (diff)
downloadlibrpm-tizen-54704b3b838fefd7547df94a6a9042e6ca84446a.tar.gz
librpm-tizen-54704b3b838fefd7547df94a6a9042e6ca84446a.tar.bz2
librpm-tizen-54704b3b838fefd7547df94a6a9042e6ca84446a.zip
- add --with/--without popt glue for conditional builds(Tomasz Kloczko).
CVS patchset: 4639 CVS date: 2001/03/16 20:23:49
Diffstat (limited to 'rpmpopt.in')
-rw-r--r--rpmpopt.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rpmpopt.in b/rpmpopt.in
index 6558745b7..f42308b7a 100644
--- a/rpmpopt.in
+++ b/rpmpopt.in
@@ -161,7 +161,18 @@ rpmb alias --ftpproxy --define '_ftpproxy !#:+'
rpmb alias --httpport --define '_httpport !#:+'
rpmb alias --httpproxy --define '_httpproxy !#:+'
rpmb alias --timecheck --define '_timecheck !#:+'
+rpmb alias --with --define "_with_!#:+ --with-!#:+"
+rpmb alias --without --define "_without_!#:+ --without-!#:+"
#==============================================================================
+rpmbuild alias --dbpath --define '_dbpath !#:+'
+rpmbuild alias --ftpport --define '_ftpport !#:+'
+rpmbuild alias --ftpproxy --define '_ftpproxy !#:+'
+rpmbuild alias --httpport --define '_httpport !#:+'
+rpmbuild alias --httpproxy --define '_httpproxy !#:+'
+rpmbuild alias --timecheck --define '_timecheck !#:+'
+rpmbuild alias --with --define "_with_!#:+ --with-!#:+"
+rpmbuild alias --without --define "_without_!#:+ --without-!#:+"
+==============================================================================
rpmdb alias --dbpath --define '_dbpath !#:+'
rpmdb alias --ftpport --define '_ftpport !#:+'
rpmdb alias --ftpproxy --define '_ftpproxy !#:+'