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