diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-23 12:19:05 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-23 12:19:05 -0300 |
commit | 758b46ba4f889059456460c5d0731ad7bbed2a72 (patch) | |
tree | f898285273dec1afcb1a12ba1993663d466f573d /core/openssl/PKGBUILD | |
parent | bf1c001b59869cf10e5921b4f38d1f69db2db76c (diff) |
typo
Diffstat (limited to 'core/openssl/PKGBUILD')
-rw-r--r-- | core/openssl/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/openssl/PKGBUILD b/core/openssl/PKGBUILD index a0343e153..64cc3cb68 100644 --- a/core/openssl/PKGBUILD +++ b/core/openssl/PKGBUILD @@ -42,8 +42,8 @@ build() { case "${CARCH}" in 'x86_64') - openssltarget='linux-x86_64' ;; - optflags='enable-ec_nistp_64_gcc_128' + openssltarget='linux-x86_64' + optflags='enable-ec_nistp_64_gcc_128' ;; 'i686') openssltarget='linux-elf' ;; 'mips64el') |