SOURCES: gnokii-smsdlibs.patch (NEW) - fixed smsd and smsd libs pe...

matkor matkor at pld-linux.org
Thu Sep 1 16:14:31 CEST 2005


Author: matkor                       Date: Thu Sep  1 14:14:31 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed smsd and smsd libs permissions
- fixed smsd Makefile to install psql and msql modules in $libdir/smsd/
- commited on behalf of Lukasz Michalski <l.michalski at ant.gliwice.pl> 

---- Files affected:
SOURCES:
   gnokii-smsdlibs.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gnokii-smsdlibs.patch
diff -u /dev/null SOURCES/gnokii-smsdlibs.patch:1.1
--- /dev/null	Thu Sep  1 16:14:31 2005
+++ SOURCES/gnokii-smsdlibs.patch	Thu Sep  1 16:14:26 2005
@@ -0,0 +1,25 @@
+--- gnokii-0.6.7/smsd/Makefile	2005-05-16 20:55:13.000000000 +0200
++++ gnokii-0.6.7.pld/smsd/Makefile	2005-08-19 14:40:28.344982744 +0200
+@@ -36,8 +36,8 @@
+ 
+ # A list of database modules to build.
+ # FIXME: detect which ones to build in configure
+-#DB_LIBS = libfile.la libpq.la libmysql.la
+-DB_LIBS := libfile.la
++DB_LIBS = libfile.la libpq.la libmysql.la
++#DB_LIBS := libfile.la
+ 
+ all: smsd
+ 
+@@ -90,9 +90,9 @@
+ install: all
+ 	$(INSTALL) -d $(DESTDIR)$(sbindir)
+ 	$(LIBTOOL) --mode=install $(INSTALL) -m 755 smsd $(DESTDIR)$(sbindir)
+-	$(INSTALL) -d $(DESTDIR)${libdir}/smsd
++	$(INSTALL) -m 755 -d $(DESTDIR)${libdir}/smsd
+ 	for f in $(DB_LIBS) ; do \
+-	$(LIBTOOL) --mode=install $(INSTALL) $$f $(DESTDIR)${libdir}/smsd ; \
++	$(LIBTOOL) --mode=install $(INSTALL) -m 755 $$f $(DESTDIR)${libdir}/smsd ; \
+ 	done
+ 	$(LIBTOOL) --mode=finish ${libdir}/smsd
+ 	$(INSTALL) -d $(DESTDIR)$(man8dir)
================================================================



More information about the pld-cvs-commit mailing list