summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorIsmael Luceno2021-10-10 21:45:57 +0200
committerIsmael Luceno2021-10-11 01:23:23 +0200
commit3015e3448de84ea6acfe7622a2829c1cf576808c (patch)
tree14f8d28b71f5901626cfa962420340977cea9a7c /libs
parentf4ea7b9a0857d40846260f7315cc497e8f70c293 (diff)
tre: Disable installation of .la files
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/tre/DETAILS1
-rw-r--r--libs/tre/HISTORY4
-rwxr-xr-xlibs/tre/PRE_BUILD4
3 files changed, 9 insertions, 0 deletions
diff --git a/libs/tre/DETAILS b/libs/tre/DETAILS
index 68ecc1da28..050160f2f7 100755
--- a/libs/tre/DETAILS
+++ b/libs/tre/DETAILS
@@ -1,5 +1,6 @@
SPELL=tre
VERSION=0.8.0
+ PATCHLEVEL=1
SOURCE_HASH=sha512:db7465993e0d25eee8e52f974427b8a040234cf0f017769eb94ee88bc6261821336aad7f762bfa82db7e2212d8449bc221592586f061c528a59a550773cbc263
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/tre/HISTORY b/libs/tre/HISTORY
index bfe4094946..905a4b8a8d 100644
--- a/libs/tre/HISTORY
+++ b/libs/tre/HISTORY
@@ -1,3 +1,7 @@
+2021-10-10 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+ * DETAILS: PATCHLEVEL++
+
2019-05-31 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD: Fixed build against musl
diff --git a/libs/tre/PRE_BUILD b/libs/tre/PRE_BUILD
index d941fd49f0..7053c62998 100755
--- a/libs/tre/PRE_BUILD
+++ b/libs/tre/PRE_BUILD
@@ -1,3 +1,7 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
+# disable instalation of libtool pseudo-libraries
+sedit '/^[\t ]*[$]run eval "[$]install_prog [$]instname /d' \
+ utils/ltmain.sh &&
+# add musl detection to config.sub
sedit 's!maybe_os in$!& linux-musl*|\\!' utils/config.sub