aboutsummaryrefslogtreecommitdiff
path: root/projects/libpsl
diff options
context:
space:
mode:
authorOliver Chang <oliverchang@users.noreply.github.com>2021-08-26 15:42:34 +1000
committerGitHub <noreply@github.com>2021-08-26 15:42:34 +1000
commit878c32419cdf89457d1f1be616d4896fc2586160 (patch)
treeb292287ae9ea883c6269bc3ca1dcaa8c79cf6c5d /projects/libpsl
parent5549d804b3640462549401597cfef382911b3933 (diff)
downloadoss-fuzz-878c32419cdf89457d1f1be616d4896fc2586160.tar.gz
Revert "[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)" (#6306)
This reverts commit 5549d804b3640462549401597cfef382911b3933.
Diffstat (limited to 'projects/libpsl')
-rwxr-xr-xprojects/libpsl/build.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/projects/libpsl/build.sh b/projects/libpsl/build.sh
index 8aba395c3..ae71a5973 100755
--- a/projects/libpsl/build.sh
+++ b/projects/libpsl/build.sh
@@ -33,10 +33,6 @@ CPPFLAGS="$CPPFLAGS -fno-sanitize=vptr" \
--disable-tests --disable-samples --with-data-packaging=static --prefix=$DEPS_PATH
# ugly hack to avoid build error
echo '#include <locale.h>' >>i18n/digitlst.h
-
-# Hack so that upgrade to Ubuntu 20.04 works.
-ln -s /usr/include/locale.h /usr/include/xlocale.h
-
make -j
make install