Browse Source

remove syslog(3) usage

master
Thomas Lotterer 23 years ago committed by Ralf S. Engelschall
parent
commit
7ced74e8ed
  1. 3
      msntp/msntp.spec

3
msntp/msntp.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Network
License: OSS-style
Version: 1.6
Release: 20030117
Release: 20030703
# list of sources
Source0: http://www.hpcf.cam.ac.uk/export/msntp-%{version}.tar.gz
@ -52,6 +52,7 @@ AutoReqProv: no
%prep
%setup -q
%{l_shtool} subst -e 's/syslog(LOG_.*;/return;/' unix.c
%build
CC="%{l_cc}"

Loading…
Cancel
Save