summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-23 12:19:05 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-23 12:19:05 -0300
commit758b46ba4f889059456460c5d0731ad7bbed2a72 (patch)
treef898285273dec1afcb1a12ba1993663d466f573d /core
parentbf1c001b59869cf10e5921b4f38d1f69db2db76c (diff)
typo
Diffstat (limited to 'core')
-rw-r--r--core/openssl/PKGBUILD4
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')