mirror of
git://slackware.nl/current.git
synced 2024-11-16 07:48:02 +01:00
d3f24a1ddc
a/aaa_glibc-solibs-2.40-x86_64-4.txz: Rebuilt. a/sysvinit-scripts-15.1-noarch-21.txz: Rebuilt. rc.S: fix_errors when mounting a bcachefs filesystem. Thanks to 0XBF. l/glibc-2.40-x86_64-4.txz: Rebuilt. On 32-bit, add these compile flags: -mstackrealign This is needed for compatibility with old binaries, thanks to iive. -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer Without these, both nouveau and the nvidia driver are prone to crashes and hangs. Thanks to UnrelatedMicrowave. On both 32-bit and 64-bit, add --enable-multi-arch. This will enable optimized assembly code within glibc, depending on the CPU detected. Thanks to iive. With -mstackrealign and --enable-multi-arch on 32-bit, I believe that -march= could be set to any x86 arch -- it's merely a decoration. l/glibc-i18n-2.40-x86_64-4.txz: Rebuilt. l/glibc-profile-2.40-x86_64-4.txz: Rebuilt. l/gtk4-4.14.5-x86_64-1.txz: Upgraded. l/python-markdown-3.7-x86_64-1.txz: Upgraded. x/libglvnd-1.7.0-x86_64-2.txz: Rebuilt. Use the new compiler flags. On 32-bit, add -mstackrealign just in case. xfce/xfce4-notifyd-0.9.6-x86_64-1.txz: Upgraded. |
||
---|---|---|
.. | ||
a | ||
ap | ||
d | ||
e | ||
f | ||
installer | ||
k | ||
kde | ||
l | ||
n | ||
t | ||
tcl | ||
x | ||
xap | ||
xfce | ||
y | ||
buildlist-from-changelog.sh | ||
make_world.sh | ||
README.TXT |
This is the source used for Slackware. To look for a particular bit of source (let's say for 'cp'), first you would look for the full path: fuzzy:~# which cp /bin/cp Then, you grep for the package it came from. Note that the leading '/' is removed, and ^ and $ mark the beginning and end of the pattern to match: fuzzy:~# grep ^bin/cp$ /var/lib/pkgtools/packages/* /var/lib/pkgtools/packages/coreutils-9.0-x86_64-3:bin/cp From this, you can see that 'cp' came from the coreutils-9.0-x86_64-3 package. The source will be found in a corresponding subdirectory. In this case, that would be ./a/coreutils/. All of these packages have scripts that extract, patch, and compile the source automatically. These are the 'SlackBuild' scripts. Have fun! --- Patrick J. Volkerding volkerdi@slackware.com