]> git.pld-linux.org Git - packages/rc-scripts.git/blame - rc-scripts-libdir.patch
- fix URL
[packages/rc-scripts.git] / rc-scripts-libdir.patch
CommitLineData
840f1661
JK
1diff -durN -x '*~' rc-scripts-0.4.0.5.orig/src/Makefile.am rc-scripts-0.4.0.5/src/Makefile.am
2--- rc-scripts-0.4.0.5.orig/src/Makefile.am 2003-12-07 16:58:12.000000000 +0100
3+++ rc-scripts-0.4.0.5/src/Makefile.am 2004-12-19 14:51:54.862899648 +0100
4@@ -2,6 +2,8 @@
5
6 DEFS = @DEFS@ -D_GNU_SOURCE=1
7
8+glibdir = /usr/lib
9+
10 sysconf_DATA = \
11 initlog.conf
12
13@@ -53,7 +55,7 @@
14 getkey_LDADD = -lpopt
15
16 ppp_watch_SOURCES = ppp-watch.c shvar.c shvar.h
17-ppp_watch_LDADD = /usr/lib/libglib.a
18+ppp_watch_LDADD = $(glibdir)/libglib.a
19 INCLUDES = `glib-config --cflags`
20
21 consoletype_SOURCES = consoletype.c
This page took 0.106023 seconds and 4 git commands to generate.