From 4b0099f11bd86ec7b2f2011d78c4a6fe4b3a702e Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 22 Jul 2018 23:35:28 +0000 Subject: [PATCH] - fixed network init script --- rc-scripts.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rc-scripts.spec b/rc-scripts.spec index 81bec52..cdf9140 100644 --- a/rc-scripts.spec +++ b/rc-scripts.spec @@ -8,11 +8,12 @@ Summary(pl.UTF-8): inittab i skrypty startowe z katalogu /etc/rc.d Summary(tr.UTF-8): inittab ve /etc/rc.d dosyaları Name: rc-scripts Version: 0.5.1 -Release: 1 +Release: 2 License: GPL v2 Group: Base Source0: %{name}-%{version}.tar.gz # Source0-md5: 052d832421951936b6b1e9da4e0513aa +Patch0: misc_fixes.patch URL: http://svn.pld-linux.org/trac/svn/wiki/packages/rc-scripts BuildRequires: autoconf BuildRequires: automake @@ -101,6 +102,7 @@ programcıklar içerir. %prep %setup -q +%patch0 -p1 # 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" -- 2.37.3