From 7ae763e16b2a2524f50487ea7422e5412a080004 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 12 Jan 2012 14:16:25 +0000 Subject: * ‘-module’ causes the generated library to have an .so extension on Mac OS X instead of .dylib, so don't do that. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/perl/Makefile.am b/perl/Makefile.am index ee220d65418e..466a41c873ad 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -17,7 +17,6 @@ pkglib_LTLIBRARIES = libNixStore.la libNixStore_la_SOURCES = lib/Nix/Store.cc libNixStore_la_LIBADD = $(top_builddir)/src/libstore/libstore.la -libNixStore_la_LDFLAGS = -module AM_CXXFLAGS = \ -I$(top_srcdir)/src -I$(top_srcdir)/src/libutil -I$(top_srcdir)/src/libstore \ -- cgit 1.4.1