SOURCES (AC-branch): netatalk-uuid.patch (NEW) - missing -luuid

glen glen at pld-linux.org
Fri Mar 9 12:33:45 CET 2007


Author: glen                         Date: Fri Mar  9 11:33:45 2007 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- missing -luuid

---- Files affected:
SOURCES:
   netatalk-uuid.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/netatalk-uuid.patch
diff -u /dev/null SOURCES/netatalk-uuid.patch:1.1.2.1
--- /dev/null	Fri Mar  9 12:33:45 2007
+++ SOURCES/netatalk-uuid.patch	Fri Mar  9 12:33:40 2007
@@ -0,0 +1,11 @@
+--- netatalk-2.0.3/etc/afpd/Makefile.am~	2004-08-11 05:39:56.000000000 +0300
++++ netatalk-2.0.3/etc/afpd/Makefile.am	2007-03-09 13:30:35.224024911 +0200
+@@ -17,7 +17,7 @@
+ 	 filedir.h fork.h globals.h icon.h mangle.h misc.h status.h switch.h \
+ 	 uam_auth.h uid.h unix.h volume.h
+ 
+-LIBS = @LIBS@ @PAM_LIBS@ @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@
++LIBS = -luuid @LIBS@ @PAM_LIBS@ @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@
+ 
+ CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/sys \
+ 	 @CFLAGS@ @SLP_CFLAGS@ \
================================================================


More information about the pld-cvs-commit mailing list