]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-disable-features.patch
- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
[packages/rpm.git] / rpm-disable-features.patch
CommitLineData
639079f5
ER
1--- rpm-4.5/macros.in~ 2008-06-10 02:17:16.000000000 +0300
2+++ rpm-4.5/macros.in 2008-06-10 02:17:47.682505213 +0300
fa78cfd4 3@@ -350,7 +350,7 @@
4 # "w9.lzdio" lzma level 9.
5 #
6 %_source_payload w9.gzdio
7-%_binary_payload w9.lzdio
8+%_binary_payload w9.bzdio
9
10 # Archive formats to use for source/binary package payloads.
11 # "cpio" cpio archive (default)
639079f5 12@@ -1448,8 +1448,8 @@
fa78cfd4 13 #
14 # Note: Used iff _use_internal_dependency_generator is non-zero. The
639079f5
ER
15 # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
16-%__libtool_provides %{_rpmhome}/libtooldeps.sh --provides %{buildroot} %{name}
17-%__libtool_requires %{_rpmhome}/libtooldeps.sh --requires %{buildroot} %{name}
18+#%__libtool_provides %{_rpmhome}/libtooldeps.sh --provides %{buildroot} %{name}
19+#%__libtool_requires %{_rpmhome}/libtooldeps.sh --requires %{buildroot} %{name}
fa78cfd4 20
21 #------------------------------------------------------------------------
22 # pkgconfig(...) configuration.
639079f5 23@@ -1458,8 +1458,8 @@
fa78cfd4 24 #
25 # Note: Used iff _use_internal_dependency_generator is non-zero. The
639079f5
ER
26 # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
27-%__pkgconfig_provides %{_rpmhome}/pkgconfigdeps.sh --provides
28-%__pkgconfig_requires %{_rpmhome}/pkgconfigdeps.sh --requires
29+#%__pkgconfig_provides %{_rpmhome}/pkgconfigdeps.sh --provides
30+#%__pkgconfig_requires %{_rpmhome}/pkgconfigdeps.sh --requires
fa78cfd4 31
32 #------------------------------------------------------------------------
33 # executable(...) configuration.
34@@ -1451,7 +1451,7 @@
35 #%__scriptlet_requires /bin/bash --rpm-requires
36
37 # PLD rpm macros
38-%_enable_debug_packages 1
39+%_enable_debug_packages 0
40
41 #-----------------------------------------------------------------
42 # CFLAGS and LDFLAGS used to build
This page took 0.057086 seconds and 4 git commands to generate.