diff options
Diffstat (limited to 'libraries/libinstpatch/libinstpatch.SlackBuild')
-rw-r--r-- | libraries/libinstpatch/libinstpatch.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/libinstpatch/libinstpatch.SlackBuild b/libraries/libinstpatch/libinstpatch.SlackBuild index 65ef695b76eb2..7bd16d51dc861 100644 --- a/libraries/libinstpatch/libinstpatch.SlackBuild +++ b/libraries/libinstpatch/libinstpatch.SlackBuild @@ -4,7 +4,7 @@ PRGNAM=libinstpatch VERSION=${VERSION:-1.0.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -47,6 +47,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +LDFLAGS="-lgobject-2.0 -lglib-2.0" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |