Author: glen Date: Sun Sep 25 10:22:36 2011 GMT Module: packages Tag: HEAD ---- Log message: - ppp-watch linking hack
---- Files affected: packages/rc-scripts: rc-scripts.spec (1.368 -> 1.369) ---- Diffs: ================================================================ Index: packages/rc-scripts/rc-scripts.spec diff -u packages/rc-scripts/rc-scripts.spec:1.368 packages/rc-scripts/rc-scripts.spec:1.369 --- packages/rc-scripts/rc-scripts.spec:1.368 Sun Sep 25 12:01:49 2011 +++ packages/rc-scripts/rc-scripts.spec Sun Sep 25 12:22:31 2011 @@ -10,7 +10,7 @@ Summary(tr.UTF-8): inittab ve /etc/rc.d dosyaları Name: rc-scripts Version: 0.4.5 -Release: 0.6 +Release: 1 License: GPL v2 Group: Base #Source0: ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz @@ -114,6 +114,10 @@ %prep %setup -q +# hack, currently this results -lgcc_s not found error: +#GLIB_LIBS="-Wl,-static `$PKG_CONFIG --libs --static glib-2.0` -Wl,-Bdynamic" +sed -i -e 's#^GLIB_LIBS=.*#GLIB_LIBS="%{_prefix}/%{_lib}/libglib-2.0.a %{_prefix}/%{_lib}/librt.a"#' configure.ac + %build %{__aclocal} %{__autoheader} @@ -373,6 +377,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.369 2011/09/25 10:22:31 glen +- ppp-watch linking hack + Revision 1.368 2011/09/25 10:01:49 glen - 0.4.5 release tarball ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rc-scripts/rc-scripts.spec?r1=1.368&r2=1.369&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
