mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/rox-filer: Added some LDFLAGS to make gcc-4.7.x happy.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ebcfd96a0f
commit
1f181c46bc
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
PRGNAM=rox-filer
|
||||
VERSION=${VERSION:-2.11}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -52,7 +52,8 @@ find . \
|
|||
-o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# this autostrips the non-debug binary
|
||||
CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" ./ROX-Filer/AppRun --compile
|
||||
LDFLAGS="-ldl -lm" CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" \
|
||||
./ROX-Filer/AppRun --compile
|
||||
|
||||
# begin poor man's 'make install' (*heavily* adapted from rox's interactive
|
||||
# prefix-less install.sh)
|
||||
|
|
Loading…
Reference in a new issue