2005-07-13 13:22:38 +02:00
|
|
|
. $stdenv/setup
|
2003-11-05 13:17:48 +01:00
|
|
|
|
2005-07-13 13:22:38 +02:00
|
|
|
configureScript=./config
|
|
|
|
configureFlags=shared
|
2003-11-05 13:17:48 +01:00
|
|
|
|
2005-07-13 13:22:38 +02:00
|
|
|
postInstall=postInstall
|
|
|
|
postInstall() {
|
|
|
|
# Bug fix: openssl does a `chmod 644' on the pkgconfig directory.
|
|
|
|
chmod 755 $out/lib/pkgconfig || exit 1
|
|
|
|
}
|
2003-11-05 13:17:48 +01:00
|
|
|
|
2005-07-13 13:22:38 +02:00
|
|
|
genericBuild
|