summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2007-03-09 11:33:40 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit7f77072cb28db94bdc23c93c2fb2f03b2a4e5f9c (patch)
tree4f50f02f14458748305783d90d288fd2bff84861
parent0a9160b9a3d403a499463c87d90dab0346f99fee (diff)
downloadnetatalk-7f77072cb28db94bdc23c93c2fb2f03b2a4e5f9c.zip
netatalk-7f77072cb28db94bdc23c93c2fb2f03b2a4e5f9c.tar.gz
- missing -luuid
Changed files: netatalk-uuid.patch -> 1.1.2.1
-rw-r--r--netatalk-uuid.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/netatalk-uuid.patch b/netatalk-uuid.patch
new file mode 100644
index 0000000..1bbfa8d
--- /dev/null
+++ b/netatalk-uuid.patch
@@ -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@ \