]> git.pld-linux.org Git - packages/lms.git/blame - lms-amd64.patch
- updated to 1.9.8
[packages/lms.git] / lms-amd64.patch
CommitLineData
f97aef5e 1diff -urpN lms.orig/daemon/configure lms/daemon/configure
2--- lms.orig/daemon/configure 2005-06-20 08:36:59.000000000 +0200
3+++ lms/daemon/configure 2005-07-19 00:22:17.000000000 +0200
82638c16 4@@ -3,7 +3,7 @@
5 # Initialize default variables
f97aef5e 6 prefix="/usr/local"
82638c16 7 incdir="/usr/include"
8-libdir="/usr/lib"
9+libdir="/usr/lib64"
10 with_mysql=yes
11
f97aef5e 12 # Create config.status file
13@@ -89,7 +89,7 @@ Options: [defaults in brackets after des
14 --prefix=PREFIX sets program and modules install location
15 (/usr/local), modules goes to PREFIX/lms/lib and main
16 program to PREFIX/lms/bin
82638c16 17- --libdir=DIR sets location of database library (/usr/lib)
18+ --libdir=DIR sets location of database library (/usr/lib64)
19 --incdir=DIR sets location of database include files (/usr/include)
f97aef5e 20 --inifile=FILE configuration file - disables online configuration
82638c16 21 EOF
f97aef5e 22diff -urpN lms.orig/daemon/modules/ggnotify/Makefile.in lms/daemon/modules/ggnotify/Makefile.in
23--- lms.orig/daemon/modules/ggnotify/Makefile.in 2005-05-01 09:31:23.000000000 +0200
24+++ lms/daemon/modules/ggnotify/Makefile.in 2005-07-19 00:23:16.000000000 +0200
25@@ -1,5 +1,5 @@
82638c16 26 # dla libgadu i ekg --------------
27-LDFLAGS += -L/usr/lib
28+LDFLAGS += -L/usr/lib64
29 CFLAGS += -I/usr/src/ekg/lib
82638c16 30 # --------------------------------
31
f97aef5e 32@@ -18,4 +18,4 @@ clean:
33 rm -rf $(OUT)
34
35 install:
36- install -c -m 755 $(OUT) $(MODULESDIR)
37\ No newline at end of file
38+ install -c -m 755 $(OUT) $(MODULESDIR)
This page took 0.05993 seconds and 4 git commands to generate.