php memcache: fix php startup warning (#28482)

phpPackages.memcache: fix php startup warning
This commit is contained in:
Tobias Happ 2017-08-25 22:52:43 +02:00 committed by Jörg Thalheim
parent 2da2cf31fa
commit 7067c699fa

View file

@ -43,6 +43,8 @@ let
sha256 = "04c35rj0cvq5ygn2jgmyvqcb0k8d03v4k642b6i37zgv7x15pbic";
configureFlags = "--with-zlib-dir=${pkgs.zlib.dev}";
makeFlags = [ "CFLAGS=-fgnu89-inline" ];
};
memcached = if isPhp7 then memcachedPhp7 else memcached22;