[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 7688f1b398a9e71f239b1a7a6142a2d2d9f2beeb

Clint Adams clint at debian.org
Tue Aug 23 13:12:55 UTC 2011


The following commit has been merged in the upstream branch:
commit a16aedef25da1a753a247ebb3c0c85cc5cd44f01
Author: Kyle J. McKay <mackyle at gmail.com>
Date:   Thu May 26 05:07:02 2011 -0700

    Add missing libmacosx.la dependency when MACOSX defined

diff --git a/Makefile.am b/Makefile.am
index d382d03..ae1b6f2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,10 +10,11 @@ libmacosx_la_SOURCES = libfakeroot_inode64.c libfakeroot_unix2003.c patchattr.h
 lib_LTLIBRARIES=libfakeroot.la
 libfakeroot_la_SOURCES=libfakeroot.c statconv/glibc/linux/alpha/stats.h wrapdef.h  wrapstruct.h communicate.h
 libfakeroot_la_LDFLAGS=-release 0
-libfakeroot_la_DEPENDENCIES=wrapdef.h wrapstruct.h libcommunicate.la $(LTLIBOBJS)
 if MACOSX
+libfakeroot_la_DEPENDENCIES=wrapdef.h wrapstruct.h libcommunicate.la libmacosx.la $(LTLIBOBJS)
 libfakeroot_la_LIBADD = libcommunicate.la libmacosx.la $(LTLIBOBJS)
 else !MACOSX
+libfakeroot_la_DEPENDENCIES=wrapdef.h wrapstruct.h libcommunicate.la $(LTLIBOBJS)
 libfakeroot_la_LIBADD = libcommunicate.la $(LTLIBOBJS)
 endif !MACOSX
 

-- 
fakeroot



More information about the Fakeroot-commits mailing list