From: clayton c. <dr...@sm...> - 2000-12-13 00:43:09
|
clayton cottingham wrote: > > using the modified > spec file inside of the openvrml0.9 tarball > > i used rpm -ba openvrml.spec > > it failed : <snip> ok i removed the opt flags and they built aka changed ----------- %build CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure $ARCH_FLAGS \ --prefix=%{prefix} make -------- to -----------%build ./configure --prefix=%{prefix} make ---------- anyways ive tested it the rpm 's work nice nice work on splitting them up braden! so who wants em? |