]> git.pld-linux.org Git - packages/xfsprogs.git/blame - xfsprogs-sharedlibs.patch
- make xfs_quota exit with non zero status if something goes wrong
[packages/xfsprogs.git] / xfsprogs-sharedlibs.patch
CommitLineData
6ad71900
JB
1diff -Nur xfsprogs-2.1.2.orig/libdisk/Makefile xfsprogs-2.1.2/libdisk/Makefile
2--- xfsprogs-2.1.2.orig/libdisk/Makefile Thu Aug 1 21:40:43 2002
3+++ xfsprogs-2.1.2/libdisk/Makefile Tue Aug 20 19:30:56 2002
4@@ -46,6 +46,7 @@
5 include $(BUILDRULES)
6
7 install: default
8+ $(INSTALL_LTLIB)
9
10 install-dev: default
11- $(INSTALL_LTLIB_STATIC)
12+ $(INSTALL_LTLIB_DEV)
13diff -Nur xfsprogs-2.1.2.orig/libxfs/Makefile xfsprogs-2.1.2/libxfs/Makefile
14--- xfsprogs-2.1.2.orig/libxfs/Makefile Thu Aug 1 21:40:43 2002
15+++ xfsprogs-2.1.2/libxfs/Makefile Tue Aug 20 19:31:04 2002
16@@ -65,6 +65,7 @@
17 include $(BUILDRULES)
18
19 install: default
20+ $(INSTALL_LTLIB)
21
22 install-dev: default
23- $(INSTALL_LTLIB_STATIC)
24+ $(INSTALL_LTLIB_DEV)
25diff -Nur xfsprogs-2.1.2.orig/libxlog/Makefile xfsprogs-2.1.2/libxlog/Makefile
26--- xfsprogs-2.1.2.orig/libxlog/Makefile Thu Aug 1 21:40:44 2002
27+++ xfsprogs-2.1.2/libxlog/Makefile Tue Aug 20 19:31:12 2002
594dd465 28@@ -9,6 +9,7 @@
29 LT_CURRENT = 0
30 LT_REVISION = 0
31 LT_AGE = 0
32+LTLIBS = $(LIBUUID)
33
34 CFILES = xfs_log_recover.c util.c
35
36@@ -48,6 +49,7 @@
6ad71900
JB
37 include $(BUILDRULES)
38
39 install: default
40+ $(INSTALL_LTLIB)
41
42 install-dev: default
43- $(INSTALL_LTLIB_STATIC)
44+ $(INSTALL_LTLIB_DEV)
This page took 0.054072 seconds and 4 git commands to generate.