Author: baggins Date: Sun Feb 19 22:16:35 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - new and improved glib2 static linking hack
---- Files affected: packages/rc-scripts: rc-scripts.spec (1.386 -> 1.387) ---- Diffs: ================================================================ Index: packages/rc-scripts/rc-scripts.spec diff -u packages/rc-scripts/rc-scripts.spec:1.386 packages/rc-scripts/rc-scripts.spec:1.387 --- packages/rc-scripts/rc-scripts.spec:1.386 Sun Feb 19 19:29:37 2012 +++ packages/rc-scripts/rc-scripts.spec Sun Feb 19 23:16:29 2012 @@ -10,7 +10,7 @@ Summary(tr.UTF-8): inittab ve /etc/rc.d dosyaları Name: rc-scripts Version: 0.4.5.3 -Release: 1 +Release: 2 License: GPL v2 Group: Base #Source0: ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz @@ -121,9 +121,9 @@ %setup -q %patch0 -p1 -# hack, currently this results -lgcc_s not found error: +# hack, currently this results in errno@@GLIBC_PRIVATE symbol in ppp-watch: #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 +sed -i -e 's#^GLIB_LIBS=.*#GLIB_LIBS="%{_prefix}/%{_lib}/libglib-2.0.a -lrt"#' configure.ac %build %{__aclocal} @@ -396,6 +396,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.387 2012/02/19 22:16:29 baggins +- rel 2 +- new and improved glib2 static linking hack + Revision 1.386 2012/02/19 18:29:37 baggins - 0.4.5.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rc-scripts/rc-scripts.spec?r1=1.386&r2=1.387&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
