Commit Graph

12 Commits

Author SHA1 Message Date
Sebastian Kemper 54512199ee libxslt: install all lib symlinks
Makes sure that even i.e. libxslt.so symlink gets copied to the target.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 12:06:23 +01:00
Sebastian Kemper baef65fed0 libxslt: update xsltproc depends
libxml2 can be removed as libxslt already depends on it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 12:04:58 +01:00
Sebastian Kemper a57ffe6c63 libxslt: remove $(FPIC) from TARGET_CFLAGS
libxslt already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the libxslt build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.

Also with $(FPIC) in CFLAGS even the libxslt utils get compiled with
PIC, which us undesirable.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 12:02:49 +01:00
Sebastian Kemper 0b1ee9ed44 libxslt: version bump
- version bump to 1.1.32
- add --disable-silent-rules for verbose build output

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-30 14:57:25 +01:00
Michal Hrusecky 0e275385af
libxslt: Update to version 1.1.31
Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
2017-10-31 22:52:20 +01:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Matthias Schiffer ee211f94ec
libxslt: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate
Host files installed in Build/InstallDev are target-specific and will stay
in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-01-14 19:01:13 +01:00
Matthias Schiffer 4a984a8d60
treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG)
As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely
on it. See 73b7f55424 for more information on
STAGING_DIR_HOSTPKG.

STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release
(it is equivalent to $(STAGING_DIR)/host), so this simple search/replace
cleanup is safe to apply. Doing this cleanup now will be useful for the
Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting
with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream.

Also fixes a typo in the dbus Makefile ("STAGIND_DIR").

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-01-10 18:25:54 +01:00
Jiri Slachta a3a8bbdc51 libssh2, libxslt, tiff: change PKG_MAINTAINER email address
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2016-05-31 20:22:37 +02:00
Stefan Weil d9c37187e6 libs: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-04-13 16:05:03 +02:00
Jiri Slachta 90c93bed5c libxslt: add licensing information
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-10 09:24:48 +02:00
Jiri Slachta f6d2c55587 libxslt: import from oldpackages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-07-19 16:20:05 +02:00