mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove the nuke of /usr/lib/libgnumalloc*, this is closer to "How It Was
Before", hopefully it won't cause as much hassle. This now entirely
confines it's activities to /usr/lib/compat/lib{fake,}gnumalloc.so.2.0
This commit is contained in:
parent
5005b18574
commit
b2419d6fe2
2 changed files with 4 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.4 1996/09/02 13:15:00 phk Exp $
|
||||
# $Id: Makefile,v 1.5 1996/09/19 09:36:43 peter Exp $
|
||||
|
||||
LIB= fakegnumalloc
|
||||
SHLIBDIR= ${LIBDIR}/compat
|
||||
|
|
@ -9,12 +9,11 @@ SHLIB_MINOR= 0
|
|||
SRCS= fakegnumalloc.c
|
||||
|
||||
afterinstall:
|
||||
rm -f ${DESTDIR}${LIBDIR}/libgnumalloc*
|
||||
rm -f ${DESTDIR}${SHLIBDIR}/libgnumalloc*
|
||||
for i in ${DESTDIR}/var/db/pkg/gnumalloc* ; do \
|
||||
if [ -d $$i ] ; then exit 0 ; fi ; \
|
||||
done && \
|
||||
( cd ${DESTDIR}${SHLIBDIR} && \
|
||||
rm -f libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} && \
|
||||
ln -fs libfakegnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
|
||||
libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} )
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.4 1996/09/02 13:15:00 phk Exp $
|
||||
# $Id: Makefile,v 1.5 1996/09/19 09:36:43 peter Exp $
|
||||
|
||||
LIB= fakegnumalloc
|
||||
SHLIBDIR= ${LIBDIR}/compat
|
||||
|
|
@ -9,12 +9,11 @@ SHLIB_MINOR= 0
|
|||
SRCS= fakegnumalloc.c
|
||||
|
||||
afterinstall:
|
||||
rm -f ${DESTDIR}${LIBDIR}/libgnumalloc*
|
||||
rm -f ${DESTDIR}${SHLIBDIR}/libgnumalloc*
|
||||
for i in ${DESTDIR}/var/db/pkg/gnumalloc* ; do \
|
||||
if [ -d $$i ] ; then exit 0 ; fi ; \
|
||||
done && \
|
||||
( cd ${DESTDIR}${SHLIBDIR} && \
|
||||
rm -f libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} && \
|
||||
ln -fs libfakegnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
|
||||
libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue