libmtmalloc symbols file
This commit is contained in:
parent
1aaa6a6cb2
commit
88ce481426
|
@ -6,10 +6,6 @@ Build-Depends:
|
|||
dh-illumos,
|
||||
gcc-multilib,
|
||||
illumos-source-2.10,
|
||||
lib32sunavl1-dev, libsunavl1-dev,
|
||||
lib32sunelf1-dev, libsunelf1-dev,
|
||||
lib32ctf1-dev, libctf1-dev,
|
||||
lib32c-db1-dev, libc-db1-dev,
|
||||
quilt,
|
||||
symlinks,
|
||||
Standards-Version: 3.9.3
|
||||
|
@ -32,7 +28,7 @@ Section: libdevel
|
|||
Priority: optional
|
||||
Architecture: illumos-any
|
||||
Provides: libmtmalloc-dev
|
||||
Depends: libmtmalloc1 (= ${binary:Version}), ${misc:Depends}, libc-dev, libpctx1-dev
|
||||
Depends: libmtmalloc1 (= ${binary:Version}), ${misc:Depends}, libc-dev
|
||||
Description: multi-threaded memory allocator library (development files)
|
||||
This package contains the header files and symlinks needed
|
||||
to compile applications that use libmtmalloc.
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
libmtmalloc.so.1 libmtmalloc1 #MINVER#
|
||||
SUNW_1.1.1@SUNW_1.1.1 2.10-1
|
||||
SUNW_1.1@SUNW_1.1 2.10-1
|
||||
SUNWprivate_1.1@SUNWprivate_1.1 2.10-1
|
||||
calloc@SUNW_1.1.1 2.10-1
|
||||
free@SUNW_1.1 2.10-1
|
||||
malloc@SUNW_1.1 2.10-1
|
||||
mallocctl@SUNW_1.1 2.10-1
|
||||
memalign@SUNW_1.1 2.10-1
|
||||
realloc@SUNW_1.1 2.10-1
|
||||
valloc@SUNW_1.1 2.10-1
|
|
@ -39,7 +39,8 @@ dirs-stamp:
|
|||
debian/tmp$$DEB_LIBDIR_32 \
|
||||
debian/tmp$$DEB_LIBDIR_64 \
|
||||
debian/tmp$$DEB_USRLIBDIR_32 \
|
||||
debian/tmp$$DEB_USRLIBDIR_64 \
|
||||
debian/tmp$$DEB_USRLIBDIR_64
|
||||
touch $@
|
||||
|
||||
headers-stamp: patch-stamp dirs-stamp
|
||||
dh_illumos_make $(libs_headers:%=usr/src/lib/%) -t install_h
|
||||
|
|
Loading…
Reference in New Issue