Skip to content

Commit 9faf1a0

Browse files
committed
fix(gnustep-base): restrict PKG_CONFIG_PATH
1 parent e1ce654 commit 9faf1a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phases/30-gnustep-base.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ echo
1717
echo "### Loading GNUstep environment"
1818
. "$UNIX_INSTALL_PREFIX/share/GNUstep/Makefiles/GNUstep.sh"
1919

20+
# Make sure that we only include configuration from the current install prefix
21+
export PKG_CONFIG_PATH="$UNIX_INSTALL_PREFIX/lib/pkgconfig"
22+
2023
echo
2124
echo "### Running configure"
2225
./configure \

0 commit comments

Comments
 (0)