CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
crossrootfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7649a0a
)
openssl: force one make job
author
Victor Martinez
<pitillo@ono.com>
Sat, 14 Sep 2013 11:56:22 +0000
(11:56 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Sat, 14 Sep 2013 11:56:22 +0000
(11:56 +0000)
openssl/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/openssl/Pkgfile
b/openssl/Pkgfile
index 7b1998f45b5294ea1778dda840896d95c7ffadc4..1b6046fca536eca6fa9de913adce9486c1ed7635 100644
(file)
--- a/
openssl/Pkgfile
+++ b/
openssl/Pkgfile
@@
-14,7
+14,7
@@
build() {
cd $name-$version
./Configure linux-generic32 --prefix=/usr --openssldir=/etc/ssl shared
sed -i Makefile -e "s|-O3 -fomit-frame-pointer|$CFLAGS|"
- make
+ make
-j1
make INSTALL_PREFIX=$PKG LIBDIR=lib MANDIR=/usr/man MANSUFFIX=ssl install
find $PKG -name "*fips*" -delete
chmod -R +w $PKG