Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 1996 20:01:59 +1030 (CST)
From:      Michael Smith <msmith@atrad.adelaide.edu.au>
To:        hackers@freebsd.org
Subject:   shareable libdisk?
Message-ID:  <199611300931.UAA25806@genesis.atrad.adelaide.edu.au>

next in thread | raw e-mail | index | archive | help

I'm doing some work for which a shareable libdisk would be very handy
(so I can load it into tclsh, FWIW.); any objections to the following
patch:

--- Makefile.old        Sat Nov 30 20:08:54 1996
+++ Makefile    Sat Nov 30 20:09:13 1996
@@ -8,8 +8,8 @@
 CLEANFILES+=   tmp.c tst01 tst01.o data.c
 VPATH=         ${.CURDIR}/../../sbin/disklabel
 NOPROFILE=     yes
-NOSHARED=      yes
-NOPIC=         yes
+SHLIB_MAJOR=   1
+SHLIB_MINOR=   0
 
 MAN3=          libdisk.3
 MLINKS+=       libdisk.3 Open_Disk.3 \

(or whatever major/minor is appropriate?)

-- 
]] Mike Smith, Software Engineer        msmith@gsoft.com.au             [[
]] Genesis Software                     genesis@gsoft.com.au            [[
]] High-speed data acquisition and      (GSM mobile)     0411-222-496   [[
]] realtime instrument control.         (ph)          +61-8-8267-3493   [[
]] Unix hardware collector.             "Where are your PEZ?" The Tick  [[



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611300931.UAA25806>