]> git.pld-linux.org Git - packages/gnokii.git/blame - gnokii-smsdlibs.patch
- libtool knows better what perms to use for libs
[packages/gnokii.git] / gnokii-smsdlibs.patch
CommitLineData
13fc9712
MK
1--- gnokii-0.6.7/smsd/Makefile 2005-05-16 20:55:13.000000000 +0200
2+++ gnokii-0.6.7.pld/smsd/Makefile 2005-08-19 14:40:28.344982744 +0200
3@@ -36,8 +36,8 @@
4
5 # A list of database modules to build.
6 # FIXME: detect which ones to build in configure
7-#DB_LIBS = libfile.la libpq.la libmysql.la
8-DB_LIBS := libfile.la
9+DB_LIBS = libfile.la libpq.la libmysql.la
10+#DB_LIBS := libfile.la
11
12 all: smsd
13
14@@ -90,9 +90,9 @@
15 install: all
16 $(INSTALL) -d $(DESTDIR)$(sbindir)
17 $(LIBTOOL) --mode=install $(INSTALL) -m 755 smsd $(DESTDIR)$(sbindir)
18- $(INSTALL) -d $(DESTDIR)${libdir}/smsd
19+ $(INSTALL) -m 755 -d $(DESTDIR)${libdir}/smsd
20 for f in $(DB_LIBS) ; do \
21- $(LIBTOOL) --mode=install $(INSTALL) $$f $(DESTDIR)${libdir}/smsd ; \
ef99349e 22+ $(LIBTOOL) --mode=install $(INSTALL) $$f $(DESTDIR)${libdir}/smsd ; \
13fc9712
MK
23 done
24 $(LIBTOOL) --mode=finish ${libdir}/smsd
25 $(INSTALL) -d $(DESTDIR)$(man8dir)
This page took 0.026871 seconds and 4 git commands to generate.