2005-12-05 15:11:09 +01:00
|
|
|
source $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.
|
2005-12-06 01:12:45 +01:00
|
|
|
chmod 755 $out/lib/pkgconfig
|
2005-07-13 13:22:38 +02:00
|
|
|
}
|
2003-11-05 13:17:48 +01:00
|
|
|
|
2005-07-13 13:22:38 +02:00
|
|
|
genericBuild
|