tmake: disable dynamic loading - mkports - recipes for building multiple softwares with mk(1)
 (HTM) git clone git://z3bra.org/mkports
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 5f9f110c63aa1e1ec1e6f7a81dfb8bd79dd519c2
 (DIR) parent f4e8da23bf80327c4308ca3ab0580751bec151ed
 (HTM) Author: z3bra <contactatz3bradotorg>
       Date:   Mon, 30 Jan 2017 12:31:40 +0000
       
       make: disable dynamic loading
       
       Diffstat:
         M make/mkfile                         |       5 ++++-
       
       1 file changed, 4 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/make/mkfile b/make/mkfile
       t@@ -1,5 +1,8 @@
        pkg = make
       -ver = 4.1
       +ver = 4.2.1
        url = ftp://ftp.gnu.org/gnu/make/$pkg-$ver.tar.gz
        
        <../default.mk
       +
       +CONFIGURE = $CONFIGURE --disable-load
       +