forked from pool/osmo-ggsn
This commit is contained in:
parent
bf04b95069
commit
f76bda9eed
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define _lto_cflags %{nil}
|
||||
%define _lto_cflags %nil
|
||||
|
||||
Name: osmo-ggsn
|
||||
%define lname libgtp5
|
||||
@ -39,7 +39,6 @@ BuildRequires: pkgconfig(libosmoctrl) >= 1.1.0
|
||||
BuildRequires: pkgconfig(libosmogsm)
|
||||
BuildRequires: pkgconfig(libosmovty) >= 1.1.0
|
||||
Obsoletes: openggsn
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description
|
||||
Osmo-GGSN is a C-language implementation of a GGSN (Gateway GPRS
|
||||
@ -79,7 +78,7 @@ make %{?_smp_mflags} V=1
|
||||
%install
|
||||
b="%buildroot"
|
||||
%make_install
|
||||
find $b -type f -name "*.la" -delete -print
|
||||
find "$b" -type f -name "*.la" -delete -print
|
||||
install -d "$b/%_sbindir"
|
||||
ln -s "%_sbindir/service" "$b/%_sbindir/rc%name"
|
||||
install -d "$b/%_sysconfdir/osmocom"
|
||||
|
Loading…
Reference in New Issue
Block a user