91 --with-mailhost="localhost" \ |
91 --with-mailhost="localhost" \ |
92 --without-permcheck \ |
92 --without-permcheck \ |
93 --enable-static |
93 --enable-static |
94 |
94 |
95 # build package |
95 # build package |
96 %{l_make} %{l_mflags -o} |
96 %{l_make} %{l_mflags -O} |
97 |
97 |
98 %install |
98 %install |
99 # install package |
99 # install package |
100 rm -rf $RPM_BUILD_ROOT |
100 rm -rf $RPM_BUILD_ROOT |
101 %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT DIRSETGID=true |
101 %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT DIRSETGID=true |