Commit graph

16 commits

Author SHA1 Message Date
Rudi Heitbaum
6e4c58df89 cleanup packages: fix configure warnings with PKG_BUILD_FLAGS=-cfg-libs 2024-09-15 11:46:08 +00:00
Rudi Heitbaum
10d1cb9915 xmlstarlet: use shared libraries
reduce size of /usr/bin/xml by ~1MB and simplify build

before:
$ ldd /usr/bin/xml
        linux-vdso.so.1 (0x00007ffc675ac000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007f54f0620000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007f54f0546000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007f54f0386000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f54f063b000)

$ ls -la /usr/bin/xml*
-rwxr-xr-x    1 root     root       1483728 Jan  6 04:27 /usr/bin/xml
lrwxrwxrwx    1 root     root             3 Jan  6 04:27 /usr/bin/xmlstarlet -> xml

after:
$ ldd /usr/bin/xml
        linux-vdso.so.1 (0x00007ffea1d78000)
        libexslt.so.0 => /usr/lib/libexslt.so.0 (0x00007efdcdbeb000)
        libxslt.so.1 => /usr/lib/libxslt.so.1 (0x00007efdcdba9000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00007efdcda4c000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007efdcd88c000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007efdcd7b2000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007efdcd799000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007efdcdc02000)

$ ls -la /usr/bin/xml*
-rwxr-xr-x    1 root     root         85736 Jan 13 12:30 /usr/bin/xml
lrwxrwxrwx    1 root     root             3 Jan 13 12:30 /usr/bin/xmlstarlet -> xml

$ ls -la /usr/lib/*xslt*
lrwxrwxrwx    1 root     root            13 Jan 13 12:28 /usr/lib/libexslt.so -> libexslt.so.0
lrwxrwxrwx    1 root     root            18 Jan 13 12:28 /usr/lib/libexslt.so.0 -> libexslt.so.0.8.21
-rw-r--r--    1 root     root         81096 Jan 13 12:28 /usr/lib/libexslt.so.0.8.21
lrwxrwxrwx    1 root     root            12 Jan 13 12:28 /usr/lib/libxslt.so -> libxslt.so.1
lrwxrwxrwx    1 root     root            17 Jan 13 12:28 /usr/lib/libxslt.so.1 -> libxslt.so.1.1.39
-rw-r--r--    1 root     root        263272 Jan 13 12:28 /usr/lib/libxslt.so.1.1.39
2024-01-13 22:33:23 +00:00
Rudi Heitbaum
55f877fe64 xmlstarlet: fix compile with libxml2 2.12.0 2023-11-29 12:02:37 +00:00
Ian Leonard
b9821a561d textproc: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:17 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
688d206db0 spdx: packages/textproc 2018-07-18 22:37:47 +02:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
db6cd91143 packages: remove circular dependency to toolchain 2017-08-17 14:02:21 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
03366a102c TOOLCHAIN: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
awiouy
33ab675bec xmlstarlet: disable autoreconf 2016-11-15 20:51:46 +01:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Stephan Raue
bdf41762db new package: add package 'xmlstarlet'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-04-11 00:14:07 -07:00