patch-src_Makefile_shlib 418 B

12345678910111213
  1. $OpenBSD: patch-src_Makefile_shlib,v 1.10 2015/01/08 15:01:11 pea Exp $
  2. --- src/Makefile.shlib.orig Sun May 11 14:16:48 2014
  3. +++ src/Makefile.shlib Thu May 15 21:52:50 2014
  4. @@ -140,7 +140,7 @@ ifeq ($(PORTNAME), openbsd)
  5. ifdef ELF_SYSTEM
  6. LINK.shared = $(COMPILER) -shared
  7. ifdef soname
  8. - LINK.shared += -Wl,-x,-soname,$(soname)
  9. + LINK.shared += -Wl,-x
  10. endif
  11. SHLIB_LINK += -lc
  12. else