mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
f7308a3f13
Fixes build failure with gcc-5.3 on i586. Enabled gsl and fftw by default, since they are both in Slackware. Moved from /usr/ROOT to /opt/ROOT. Script cleanups.
3 lines
124 B
Bash
3 lines
124 B
Bash
if [ ! "$(grep @PREFIX@/lib@LIBDIRSUFFIX@ etc/ld.so.conf)" ]; then
|
|
echo "@PREFIX@/lib@LIBDIRSUFFIX@" >> etc/ld.so.conf
|
|
fi
|