[55267] trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile. darwin-lib

ryandesign at macports.org ryandesign at macports.org
Fri Aug 7 17:14:34 PDT 2009


Revision: 55267
          http://trac.macports.org/changeset/55267
Author:   ryandesign at macports.org
Date:     2009-08-07 17:14:32 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
e2fsprogs: fix "common symbols not allowed with MH_DYLIB output format with the -multi_module option" on Tiger; see #16300 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib

Modified: trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib
===================================================================
--- trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib	2009-08-08 00:01:59 UTC (rev 55266)
+++ trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib	2009-08-08 00:14:32 UTC (rev 55267)
@@ -5,7 +5,7 @@
  $(BSD_LIB): $(OBJS)
  	$(E) "	GEN_BSD_SOLIB $(BSD_LIB)"
 -	$(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
-+	$(Q) (cd pic; $(CC) -dynamiclib -install_name $(BSDLIB_INSTALL_DIR)/$(BSD_LIB) -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
++	$(Q) (cd pic; $(CC) -dynamiclib -install_name $(BSDLIB_INSTALL_DIR)/$(BSD_LIB) -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) -Wl,-single_module \
  		-flat_namespace -undefined warning -o $(BSD_LIB) $(OBJS))
  	$(Q) $(MV) pic/$(BSD_LIB) .
  	$(Q) $(RM) -f ../$(BSD_LIB)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090807/c91c5145/attachment.html>


More information about the macports-changes mailing list