]> git.pld-linux.org Git - packages/lms.git/blame - lms-amd64.patch
- fixed calendar, rel.2, STBR
[packages/lms.git] / lms-amd64.patch
CommitLineData
82638c16 1--- lms.orig/daemon/Makefile 2004-09-09 13:08:39.000000000 +0200
2+++ lms/daemon/Makefile 2004-10-03 02:24:11.350998864 +0200
3@@ -1,6 +1,6 @@
4
5 LIBS = -lmysqlclient -ldl
6-LDFLAGS = -L/usr/lib
7+LDFLAGS = -L/usr/lib64
8 CFLAGS = -I/usr/include -DUSE_MYSQL
9 INSTALLDIR = /usr/local/bin
10
11--- lms.orig/daemon/configure 2004-04-14 11:12:19.000000000 +0200
12+++ lms/daemon/configure 2004-10-03 02:24:29.598224864 +0200
13@@ -3,7 +3,7 @@
14 # Initialize default variables
15 prefix="/usr/local/bin"
16 incdir="/usr/include"
17-libdir="/usr/lib"
18+libdir="/usr/lib64"
19 with_mysql=yes
20
21 # Parse options *****************************************************************
22@@ -80,7 +80,7 @@
23 --with-sqlite enables use of SQLite database (disabled)
24 --prefix=DIR sets program and modules install location
25 (/usr/local/bin)
26- --libdir=DIR sets location of database library (/usr/lib)
27+ --libdir=DIR sets location of database library (/usr/lib64)
28 --incdir=DIR sets location of database include files (/usr/include)
29 EOF
30 exit 0
31--- lms.orig/daemon/modules/ggnotify/Makefile.in 2004-08-25 15:37:35.000000000 +0200
32+++ lms/daemon/modules/ggnotify/Makefile.in 2004-10-03 02:34:18.739661752 +0200
33@@ -1,7 +1,7 @@
34 # dla libgadu i ekg --------------
35-LDFLAGS += -L/usr/lib
36+LDFLAGS += -L/usr/lib64
37 CFLAGS += -I/usr/src/ekg/lib
38-LIBS += /usr/lib/libgadu.so
39+LIBS += /usr/lib64/libgadu.so
40 # --------------------------------
41
42 SOURCES = ggnotify.c
This page took 0.266322 seconds and 4 git commands to generate.