|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
|
|
|
Group: Filesystem
|
|
Group: Filesystem
|
|
|
License: BSD
|
|
License: BSD
|
|
|
Version: 3.39
|
|
Version: 3.39
|
|
|
-Release: 20020704
|
|
|
|
|
|
|
+Release: 20020722
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
|
|
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
|
|
@@ -55,7 +55,8 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
CC="%{l_cc}" \
|
|
CC="%{l_cc}" \
|
|
|
- CFLAGS="%{l_cflags -O}" \
|
|
|
|
|
|
|
+ CFLAGS="%{l_cflags -O} -I%{prefix}/include" \
|
|
|
|
|
+ LDFLAGS="-L%{prefix}/lib" \
|
|
|
./configure \
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
--prefix=%{l_prefix} \
|
|
|
--datadir=%{l_prefix}/share/file \
|
|
--datadir=%{l_prefix}/share/file \
|