]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- patch for rc-scripts to use glib from proper libdir (/usr/lib64 on amd)
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 19 Dec 2003 13:56:04 +0000 (13:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-libdir.patch -> 1.1

rc-scripts-libdir.patch [new file with mode: 0644]

diff --git a/rc-scripts-libdir.patch b/rc-scripts-libdir.patch
new file mode 100644 (file)
index 0000000..619b420
--- /dev/null
@@ -0,0 +1,21 @@
+diff -durN -x '*~' rc-scripts-0.4.0.5.orig/src/Makefile.am rc-scripts-0.4.0.5/src/Makefile.am
+--- rc-scripts-0.4.0.5.orig/src/Makefile.am    2003-12-07 16:58:12.000000000 +0100
++++ rc-scripts-0.4.0.5/src/Makefile.am 2004-12-19 14:51:54.862899648 +0100
+@@ -2,6 +2,8 @@
+ DEFS = @DEFS@ -D_GNU_SOURCE=1
++glibdir = /usr/lib
++
+ sysconf_DATA = \
+       initlog.conf
+@@ -53,7 +55,7 @@
+ getkey_LDADD = -lpopt
+ ppp_watch_SOURCES = ppp-watch.c shvar.c shvar.h
+-ppp_watch_LDADD = /usr/lib/libglib.a
++ppp_watch_LDADD = $(glibdir)/libglib.a
+ INCLUDES = `glib-config --cflags`
+ consoletype_SOURCES = consoletype.c
This page took 0.041842 seconds and 4 git commands to generate.