| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 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/www/tdom/files/ |
Upload File : |
--- Makefile.in 2018-07-23 18:03:51.409385897 -0400
+++ Makefile.in 2018-10-14 10:04:41.681243000 -0400
@@ -114,5 +114,5 @@
EXEEXT = @EXEEXT@
LDFLAGS_DEFAULT = @LDFLAGS_DEFAULT@
-MAKE_LIB = @MAKE_LIB@
+MAKE_LIB = @MAKE_LIB@ ${LDFLAGS_DEFAULT}
MAKE_SHARED_LIB = @MAKE_SHARED_LIB@
MAKE_STATIC_LIB = @MAKE_STATIC_LIB@
@@ -217,5 +217,5 @@
#========================================================================
-binaries: versionhash.h $(BINARIES) pkgIndex.tcl-hand
+binaries: $(top_builddir)/versionhash.h $(BINARIES) pkgIndex.tcl-hand
libraries:
@@ -342,5 +342,5 @@
# Create a include file that #define the current fossil hash
#========================================================================
-versionhash.h: $(srcdir)/manifest.uuid
+$(top_builddir)/versionhash.h: $(srcdir)/manifest.uuid
@echo "#define FOSSIL_HASH \"" | tr -d '\n\r' > $(top_builddir)/versionhash.h
@cat $(srcdir)/manifest.uuid | tr -d '\n\r' >> $(top_builddir)/versionhash.h