Codebase list libatasmart / c9b63f2
Run automake to update the build system. Michael Biebl 14 years ago
3 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 * New upstream release.
33 * debian/patches/01-export-symbols.patch
44 - Restrict the list of exported symbols to sk_*.
5 * debian/patches/99-autoreconf.patch
6 - Run automake to update the build system for the changes in
7 01-export-symbols.patch.
58 * Use quilt to apply the patches.
69
710 -- Michael Biebl <biebl@debian.org> Tue, 27 Oct 2009 04:32:15 +0100
0 diff --git a/Makefile.in b/Makefile.in
1 index 48630be..1ca8027 100644
2 --- a/Makefile.in
3 +++ b/Makefile.in
4 @@ -380,7 +380,8 @@ libatasmart_la_SOURCES = \
5 atasmart.strpool.c atasmart.h
6
7 libatasmart_la_LDFLAGS = \
8 - -version-info $(LIBATASMART_VERSION_INFO)
9 + -version-info $(LIBATASMART_VERSION_INFO) \
10 + -export-symbols-regex '(^sk_.*)'
11
12 libatasmart_la_LIBADD = \
13 $(LIBUDEV_LIBS)
0 # Debian patches for libatasmart
01 01-export-symbols.patch
2 99-autoreconf.patch