On Mon, May 06, 2019 at 10:00:27AM +0200, Christopher Gregory via blfs-support wrote: > > > try to look for OpenSuse ... > > > > So far, on every mirror I have tried, all I can find is binaries. > > Does anyone know how to get the source rpms ? And are they readable > > (I seem to recall that I found an srpm recently, possibly from > > mandriva, which could not be converted by my rpm2cpio script) ? > > > Hello Ken, > > I have attached the .spec file for the opensues build of firefox, in case > that is all you need, and the below link does not work for you: > > https://build.opensuse.org/package/show/openSUSE%3AFactory/MozillaFirefox > > Regards, > > Christopher.
Hi Christopher, and thanks. That link works, I guess it is just a matter of knowing what they call the package. In the meantime, I got an off-list reply with a link for tumbleweed, pointing to http://download.opensuse.org/source/tumbleweed/repo/oss/src/ (and a note that it was called MozillaFirefox). The strange thing is that when I tried that but stopped at oss/ it did not show a src subdirectory as being available. But once I'd gone in by specifying it in the URL, a change to the parent directory showed src/ was there. I suspect the same is true for the mirrors. > > # always build with GCC as SUSE Security Team requires that > %define clang_build 0 > > # PIE, full relro > %define build_hardened 1 > %ifarch %arm %ix86 > # Limit RAM usage during link > export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads" > %endif > %if 0%{?build_hardened} > export LDFLAGS="${LDFLAGS} -fPIC -Wl,-z,relro,-z,now" > %endif > %ifarch %ix86 %arm > ac_add_options --disable-debug-symbols And those are the interesting parts for me, but I doubt I'll be looking at most of those (or what they are doing with gcc) for a few weeks. ĸen -- Before the universe began, there was a sound. It went: "One, two, ONE, two, three, four" [...] The cataclysmic power chord that followed was the creation of time and space and matter and it does Not Fade Away. - wiki.lspace.org/mediawiki/Music_With_Rocks_In -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
