mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
Revert "Install libraries to $out/lib instead of $out/lib64"
This reverts commit 50429b2b63a3ad540e8fcd96be0cdaac46a27da2. From trunk@21407 svn path=/nixpkgs/branches/mass-update-01/; revision=21495
This commit is contained in:
@@ -18,13 +18,13 @@ stdenv.mkDerivation (rec {
|
||||
|
||||
configureScript = "./config";
|
||||
|
||||
configureFlags="--libdir=lib shared";
|
||||
configureFlags = "shared";
|
||||
|
||||
crossAttrs = {
|
||||
preConfigure=''
|
||||
configurePhase = ''
|
||||
export cross=$crossSystem-
|
||||
./Configure --prefix=$out ${opensslCrossSystem} shared
|
||||
'';
|
||||
configureFlags="--libdir=lib ${opensslCrossSystem} shared";
|
||||
buildPhase = ''
|
||||
make CC=$crossConfig-gcc \
|
||||
AR="$crossConfig-ar r" \
|
||||
|
||||
Reference in New Issue
Block a user