postgresql: Fix nits after cross fixes
This commit is contained in:
@@ -10,14 +10,12 @@ stdenv.mkDerivation {
|
||||
sha256= "11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f0fd5b0";
|
||||
};
|
||||
|
||||
configureFlags = stdenv.lib.optional stdenv.isFreeBSD "--with-pic";
|
||||
configureFlags = [
|
||||
"ac_cv_va_copy=yes"
|
||||
] ++ stdenv.lib.optional stdenv.isFreeBSD "--with-pic";
|
||||
|
||||
patches = [ ./shtool.patch ];
|
||||
|
||||
preConfigure = ''
|
||||
export ac_cv_va_copy=yes
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.ossp.org/pkg/lib/uuid/;
|
||||
description = "OSSP uuid ISO-C and C++ shared library";
|
||||
|
||||
Reference in New Issue
Block a user