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