1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues, pull requests or push a commit.
Files
openwrt_archive/Xorg/lib/libast/patches/100-configure.patch
Jo-Philipp Wich 6af04d49d1 [packages_10.03.2] merge r30006
SVN-Revision: 30017
2012-02-03 15:58:07 +00:00

23 lines
540 B
Diff

--- a/configure
+++ b/configure
@@ -23906,7 +23906,7 @@ else
mkdir conftest.d
if test "$cross_compiling" = yes; then
- dps_cv_symlink_open_buf=3
+ dps_cv_symlink_open_bug=3
else
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
--- a/libast.m4
+++ b/libast.m4
@@ -573,7 +573,7 @@ int main(void)
dps_cv_symlink_open_bug=1
fi
],
- dps_cv_symlink_open_buf=3)
+ dps_cv_symlink_open_bug=3)
rm -rf conftest.d
])
case "$dps_cv_symlink_open_bug" in