]> git.ipfire.org Git - thirdparty/newt.git/commit
don't use python-config --includes or --libs
authorRyan Carsten Schmidt <git@ryandesign.com>
Thu, 25 Apr 2024 04:09:43 +0000 (04:09 +0000)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 6 May 2024 09:12:25 +0000 (11:12 +0200)
commit26ef894b9f01dedb1953864e6b035184fc1e0f2b
tree1032b61012d8ed7cc25b0b5b4dc9727532b13a8c
parent5f2762040505edd7a25878fe27a00a2d34485663
don't use python-config --includes or --libs

Includes are unnecessary because they are part of CFLAGS. Similarly,
libs are unnecessary because they are part of LDFLAGS.
Makefile.in