| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/p5-RDFStore/files/ |
Upload File : |
--- Makefile.PL.orig 2006-06-19 19:10:21.000000000 +0900
+++ Makefile.PL 2010-01-22 12:28:28.161357031 +0900
@@ -816,9 +816,6 @@
};
};
-# build client libdbms library first
-`(cd dbms/libdbms; make clean; make)`;
-
WriteMakefile(
#DIR => [ 'RDFNode' ],
@@ -839,6 +836,11 @@
) : ()
);
+# build client libdbms library first
+chomp(my $_CCCDLFLAGS=`make -VCCCDLFLAGS`);
+chomp(my $_CFLAGS=`make -VCFLAGS`);
+print `cd dbms/libdbms; make clean; make CFLAGS="${_CFLAGS} ${_CCCDLFLAGS}"`;
+
sub MY::post_initialize {
print <<EOT;