Browse Source

fix FSL support

master
parent
commit
487d718696
  1. 4
      dhcpd/dhcpd.spec

4
dhcpd/dhcpd.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: DNS
License: ISC/BSD
Version: 3.0.1rc12
Release: 20030830
Release: 20031018
# package options
%option with_fsl yes
@ -65,8 +65,10 @@ AutoReqProv: no
%build
( echo 'CC = %{l_cc}'
echo 'CFLAGS = %{l_cflags -O}'
%if "%{with_fsl}" == "yes"
echo 'LDFLAGS = %{l_fsl_ldflags}'
echo 'LIBS = %{l_fsl_libs}'
%endif
echo 'USERBINDIR = %{l_prefix}/bin'
echo 'BINDIR = %{l_prefix}/sbin'
echo 'CLIENTBINDIR = %{l_prefix}/sbin'

Loading…
Cancel
Save