mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
11 lines
612 B
Text
11 lines
612 B
Text
--- 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
|