OBS User unknown 2007-05-31 10:22:59 +00:00 committed by Git OBS Bridge
parent f9259b3c16
commit a9e5aa29d8

View File

@ -29,7 +29,9 @@ lzop was designed with the following goals in mind:
%debug_package
%prep
%setup -q
[ -e "%{_libdir}/liblzo2.so" ] && %patch1
if [ -e "%{_libdir}/liblzo2.so" ];then
%patch1
fi
%build
export CPPFLAGS="-I/usr/include/lzo"