libmapmalloc symbols file
This commit is contained in:
parent
88ce481426
commit
9d7d7020f5
|
@ -29,7 +29,7 @@ Section: libdevel
|
|||
Priority: optional
|
||||
Architecture: illumos-any
|
||||
Provides: libmapmalloc-dev
|
||||
Depends: libmapmalloc1 (= ${binary:Version}), ${misc:Depends}, libc-dev, libpctx1-dev
|
||||
Depends: libmapmalloc1 (= ${binary:Version}), ${misc:Depends}, libc-dev
|
||||
Description: alternative memory allocator library (development files)
|
||||
This package contains a symbolic link needed
|
||||
to compile applications that use libmapmalloc.
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
libmapmalloc.so.1 libmapmalloc1 #MINVER#
|
||||
SUNW_0.7@SUNW_0.7 2.10-1
|
||||
SUNW_1.1@SUNW_1.1 2.10-1
|
||||
SUNWprivate_1.1@SUNWprivate_1.1 2.10-1
|
||||
calloc@SUNW_0.7 2.10-1
|
||||
cfree@SUNW_0.7 2.10-1
|
||||
free@SUNW_0.7 2.10-1
|
||||
malloc@SUNW_0.7 2.10-1
|
||||
memalign@SUNW_0.7 2.10-1
|
||||
realloc@SUNW_0.7 2.10-1
|
||||
valloc@SUNW_0.7 2.10-1
|
|
@ -38,7 +38,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
|
||||
touch $@
|
||||
|
|
Loading…
Reference in New Issue