svn commit: r373974 - head/sysutils/openipmi/files

Mathieu Arnold mat at FreeBSD.org
Thu Dec 4 17:56:14 UTC 2014


Author: mat
Date: Thu Dec  4 17:56:13 2014
New Revision: 373974
URL: https://svnweb.freebsd.org/changeset/ports/373974
QAT: https://qat.redports.org/buildarchive/r373974/

Log:
  Add Perl's dlldflags when linking.
  
  With hat:	perl
  Sponsored by:	Absolight

Added:
  head/sysutils/openipmi/files/patch-swig_perl_Makefile.in   (contents, props changed)

Added: head/sysutils/openipmi/files/patch-swig_perl_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/openipmi/files/patch-swig_perl_Makefile.in	Thu Dec  4 17:56:13 2014	(r373974)
@@ -0,0 +1,11 @@
+--- swig/perl/Makefile.in.orig	2014-12-04 17:01:40 UTC
++++ swig/perl/Makefile.in
+@@ -533,7 +533,7 @@ uninstall-am: uninstall-local
+ all: OpenIPMI.so
+ 
+ OpenIPMI.so: $(OpenIPMI_OBJ)
+-	$(LIBTOOL) --mode=link $(CC) -shared -module -avoid-version -o $(@:.so=.la) $^ $(OPENIPMI_SWIG_LIBS) $(PERL_POSIX_LIB) -rpath $(PERL_INSTALL_DIR)/auto/OpenIPMI
++	$(LIBTOOL) --mode=link $(CC) -shared -module -avoid-version -o $(@:.so=.la) $^ $(OPENIPMI_SWIG_LIBS) $(PERL_POSIX_LIB) -rpath $(PERL_INSTALL_DIR)/auto/OpenIPMI `perl -MConfig -e 'print $$Config{lddlflags}'`
+ 	rm -f OpenIPMI.so
+ 	mv .libs/OpenIPMI.so .
+ 	rm -rf .libs


More information about the svn-ports-head mailing list