mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python2-magick: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
90f3400d75
commit
94dcda97da
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,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 {} \;
|
||||
|
||||
CPPFLAGS="`python-config --includes`" \
|
||||
PYTHON_LIB="`python-config --libs`" \
|
||||
CPPFLAGS="$( python-config --includes )" \
|
||||
PYTHON_LIB="$( python-config --libs )" \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
Loading…
Reference in a new issue