]> git.pld-linux.org Git - packages/xfsprogs.git/blob - xfsprogs-sharedlibs.patch
- sharedlibs patch - build shared lib{disk,xfs,xlog} too
[packages/xfsprogs.git] / xfsprogs-sharedlibs.patch
1 diff -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)
13 diff -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)
25 diff -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
28 @@ -48,6 +48,7 @@
29  include $(BUILDRULES)
30  
31  install: default
32 +       $(INSTALL_LTLIB)
33  
34  install-dev: default
35 -       $(INSTALL_LTLIB_STATIC)
36 +       $(INSTALL_LTLIB_DEV)
This page took 0.039935 seconds and 4 git commands to generate.