summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-12-11 19:09:58 +0000
committerjbj <devnull@localhost>2003-12-11 19:09:58 +0000
commit752cac72e220dcad4e6fce39508e714e59e3e0a1 (patch)
tree77499adb1929868e33b22199cc9895ff4271d269 /macros.in
parent4c5d56d3bf4cded801abe8830350c5cf973e2bfc (diff)
downloadrpm-752cac72e220dcad4e6fce39508e714e59e3e0a1.tar.gz
rpm-752cac72e220dcad4e6fce39508e714e59e3e0a1.tar.bz2
rpm-752cac72e220dcad4e6fce39508e714e59e3e0a1.zip
- only internal Berkeley db from now on.
- revive "make dist". CVS patchset: 6971 CVS date: 2003/12/11 19:09:58
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index c8093a8cb..1e8f3b734 100644
--- a/macros.in
+++ b/macros.in
@@ -1,7 +1,7 @@
#/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros
# \verbatim
#
-# $Id: macros.in,v 1.139 2003/07/02 19:26:04 jbj Exp $
+# $Id: macros.in,v 1.140 2003/12/11 19:09:59 jbj Exp $
#
# This is a global RPM configuration file. All changes made here will
# be lost when the rpm package is upgraded. Any per-system configuration
@@ -324,6 +324,10 @@ package or when debugging this package.\
%_use_internal_dependency_generator 1
#
+# Filter GLIBC_PRIVATE Provides:/Requires:
+%_filter_GLIBC_PRIVATE 0
+
+#
# Path to scripts to autogenerate package dependencies,
#
# Note: Used iff _use_internal_dependency_generator is zero.