diff options
author | jbj <devnull@localhost> | 2003-12-30 15:12:50 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-12-30 15:12:50 +0000 |
commit | a3bf9b96f92fb7184d30d0ffedd6c37bbe57b6c4 (patch) | |
tree | c211a2f318e9f9b25759b5075c6fdf0de3f347e6 /rpm.spec.in | |
parent | 60a6f22facd168a8e428d39ede7ad730296bed4c (diff) | |
download | rpm-a3bf9b96f92fb7184d30d0ffedd6c37bbe57b6c4.tar.gz rpm-a3bf9b96f92fb7184d30d0ffedd6c37bbe57b6c4.tar.bz2 rpm-a3bf9b96f92fb7184d30d0ffedd6c37bbe57b6c4.zip |
- use -fPIC -DPIC on all platforms, not just mandatory (#112713).
CVS patchset: 7051
CVS date: 2003/12/30 15:12:50
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index c43c8905e..3cb3d6c29 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -130,11 +130,7 @@ WITH_PYTHON="--without-python" %endif %ifos linux -%ifarch x86_64 s390 s390x -CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS -%else CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS -%endif ./configure --prefix=%{__prefix} --sysconfdir=/etc \ --localstatedir=/var --infodir='${prefix}%{__share}/info' \ --mandir='${prefix}%{__share}/man' \ |