1 Oct 2007 12:41
[patch] install attr.h header
Brad Hards <bradh <at> frogmouth.net>
2007-10-01 10:41:28 GMT
2007-10-01 10:41:28 GMT
G'day,
Samba 4 installs a range of headers, including %prefix/include/util.h.
That header (around line 36) includes util/attr.h, which isn't installed.
This patch just makes sure that util/attr.h is installed. Please apply.
Brad
Index: source/lib/util/config.mk
===================================================================
--- source/lib/util/config.mk (revision 25440)
+++ source/lib/util/config.mk (working copy)
<at> <at> -3,6 +3,7 <at> <at>
#SO_VERSION = 0
#DESCRIPTION = Generic utility functions
PUBLIC_HEADERS = util.h \
+ attr.h \
byteorder.h \
data_blob.h \
debug.h \
Index: source/headermap.txt
===================================================================
--- source/headermap.txt (revision 25440)
+++ source/headermap.txt (working copy)
<at> <at> -4,6 +4,7 <at> <at>
lib/util/util.h: util.h
lib/util/debug.h: util/debug.h
lib/util/mutex.h: util/mutex.h
(Continue reading)
Andrew Bartlett
RSS Feed