]> git.pld-linux.org Git - packages/lms.git/blobdiff - lms-amd64.patch
- started update to 1.11.23
[packages/lms.git] / lms-amd64.patch
index 15cf991217537110e5a39feeb66ea19ffb912638..4c3d8f01ffbabf86c09b77271cd3b850001c9fcb 100644 (file)
@@ -1,42 +1,31 @@
---- lms.orig/daemon/Makefile   2004-09-09 13:08:39.000000000 +0200
-+++ lms/daemon/Makefile        2004-10-03 02:24:11.350998864 +0200
-@@ -1,6 +1,6 @@
- LIBS = -lmysqlclient -ldl
--LDFLAGS = -L/usr/lib
-+LDFLAGS = -L/usr/lib64
- CFLAGS = -I/usr/include -DUSE_MYSQL
- INSTALLDIR = /usr/local/bin
---- lms.orig/daemon/configure  2004-04-14 11:12:19.000000000 +0200
-+++ lms/daemon/configure       2004-10-03 02:24:29.598224864 +0200
+diff -ur lms/daemon/configure lms.new//daemon/configure
+--- lms/daemon/configure       2009-07-14 19:04:12.000000000 +0200
++++ lms.new//daemon/configure  2010-09-08 12:27:03.122006557 +0200
 @@ -3,7 +3,7 @@
  # Initialize default variables
- prefix="/usr/local/bin"
+ prefix="/usr/local"
  incdir="/usr/include"
 -libdir="/usr/lib"
 +libdir="/usr/lib64"
+ lmsbindir=""
+ lmslibdir=""
  with_mysql=yes
- # Parse options *****************************************************************
-@@ -80,7 +80,7 @@
-   --with-sqlite               enables use of SQLite database (disabled)
-   --prefix=DIR                sets program and modules install location 
-                       (/usr/local/bin)
+@@ -98,7 +98,7 @@
+                       program to PREFIX/lms/bin
+   --lmsbindir=DIR     sets location of target LMS binaries (PREFIX/lms/bin)
+   --lmslibdir=DIR     sets location of target LMS modules (PREFIX/lms/lib)
 -  --libdir=DIR                sets location of database library (/usr/lib)
 +  --libdir=DIR                sets location of database library (/usr/lib64)
    --incdir=DIR                sets location of database include files (/usr/include)
+   --inifile=FILE        configuration file - disables online configuration
  EOF
-               exit 0
---- lms.orig/daemon/modules/ggnotify/Makefile.in       2004-08-25 15:37:35.000000000 +0200
-+++ lms/daemon/modules/ggnotify/Makefile.in    2004-10-03 02:34:18.739661752 +0200
-@@ -1,7 +1,7 @@
+diff -ur lms/daemon/modules/ggnotify/Makefile.in lms.new//daemon/modules/ggnotify/Makefile.in
+--- lms/daemon/modules/ggnotify/Makefile.in    2007-11-26 12:06:48.000000000 +0100
++++ lms.new//daemon/modules/ggnotify/Makefile.in       2010-09-08 12:25:05.081888479 +0200
+@@ -1,5 +1,5 @@
  # dla libgadu i ekg --------------
 -LDFLAGS += -L/usr/lib
 +LDFLAGS += -L/usr/lib64
  CFLAGS += -I/usr/src/ekg/lib
--LIBS += /usr/lib/libgadu.so
-+LIBS += /usr/lib64/libgadu.so
+ LIBS += -lgadu
  # --------------------------------
- SOURCES = ggnotify.c
This page took 0.094734 seconds and 4 git commands to generate.