Skip to content

Commit 8503e56

Browse files
committed
glusterfs: also apply hack
1 parent 9a807b1 commit 8503e56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkgs/by-name/gl/glusterfs/package.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@ stdenv.mkDerivation rec {
159159
"--localstatedir=/var"
160160
];
161161

162+
# FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009
163+
postConfigure = ''
164+
substituteInPlace libtool \
165+
--replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a'
166+
'';
167+
162168
nativeBuildInputs = [
163169
autoconf
164170
automake

0 commit comments

Comments
 (0)