diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2021-04-24 06:57:40 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-24 22:07:03 +0700 |
commit | d8c7ca6b5f0bc7bd011d4144546172186aa3dea2 (patch) | |
tree | 18cf6e1e00ff0a90a1f99befcfc9a98c492b4653 /python/thunarx-python | |
parent | 9950aa1938a07844072c5274c8d023cb22cf37a1 (diff) |
python/thunarx-python: Add -fcommon cflag.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/thunarx-python')
-rw-r--r-- | python/thunarx-python/thunarx-python.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/thunarx-python/thunarx-python.SlackBuild b/python/thunarx-python/thunarx-python.SlackBuild index f7480fab1d3a..7cb2302203fc 100644 --- a/python/thunarx-python/thunarx-python.SlackBuild +++ b/python/thunarx-python/thunarx-python.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=thunarx-python VERSION=${VERSION:-0.5.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -71,8 +71,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -fcommon" \ +CXXFLAGS="$SLKCFLAGS -fcommon" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |