mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/fswatch: Fix build on 32 bit.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
44e3b34584
commit
2e6579ab68
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CXX="$CXX" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
LDFLAGS="-latomic" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
Loading…
Reference in a new issue