nixpkgs/pkgs/development/libraries/openssl-0.9.8/builder.sh
Eelco Dolstra 133b0bc637 * Go back to OpenSSL 0.9.7. Too much pain.
svn path=/nixpkgs/trunk/; revision=3333
2005-07-13 12:35:26 +00:00

13 lines
234 B
Bash

. $stdenv/setup
configureScript=./config
configureFlags=shared
postInstall=postInstall
postInstall() {
# Bug fix: openssl does a `chmod 644' on the pkgconfig directory.
chmod 755 $out/lib/pkgconfig || exit 1
}
genericBuild