diff options
-rw-r--r-- | desktop/buttonmaker/buttonmaker.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/buttonmaker/buttonmaker.SlackBuild b/desktop/buttonmaker/buttonmaker.SlackBuild index c34263097679c..8ed17d3dfc701 100644 --- a/desktop/buttonmaker/buttonmaker.SlackBuild +++ b/desktop/buttonmaker/buttonmaker.SlackBuild @@ -98,7 +98,7 @@ PKGDOC=$PKG/$DOCDIR SLKCFLAGS+=" -fcommon" -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -fcommon" \ CXXFLAGS="$SLKCFLAGS" \ ./autogen.sh \ --prefix=/usr \ |