summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Gajda2004-07-26 18:15:29 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit7cf4b2df062e2256d68b6c5d0c402f6d10937369 (patch)
tree22a89876f37b00850272ec85994e84ce99c49b8e
parent7eda8a512f8e3261aec01d122bcac8dd10e193c1 (diff)
downloadpython-Crypto-7cf4b2df062e2256d68b6c5d0c402f6d10937369.zip
python-Crypto-7cf4b2df062e2256d68b6c5d0c402f6d10937369.tar.gz
- massive attack: s/CLFAGS/CFLAGS/
Changed files: python-Crypto.spec -> 1.8
-rw-r--r--python-Crypto.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-Crypto.spec b/python-Crypto.spec
index e015951..0d353ff 100644
--- a/python-Crypto.spec
+++ b/python-Crypto.spec
@@ -48,7 +48,7 @@ zaimplementowanych dla języka Python. Pakiet zawiera między innymi:
%build
CFLAGS="%{rpmcflags}"
-export CLFAGS
+export CFLAGS
python setup.py build
%install