Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage4 / pkg / MesaLib
index de43784..38b5af0 100644 (file)
@@ -32,5 +32,5 @@ hvconfig_pre()
 
     # Mesa builds with debugging symbols. Remove the -g switch from both CFLAGS
     # and CXXFLAGS with this command:
-    sed 's@FLAGS=\"-g@FLAGS=\"@' -i ${LFS_TMP}/${PACKAGE}/configure
+    sed 's@FLAGS=\"-g@FLAGS=\"@' -i ${SRC_DIR}/configure
 }