diff options
author | Jiri Slachta <jiri@slachta.eu> | 2020-06-01 13:09:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 13:09:56 +0200 |
commit | 657d906234f5af6b50a09875b2f1c51d1d1896a7 (patch) | |
tree | 7e9a75099128b764c0160f59da5c2eb2f3a90ba5 /libs | |
parent | 299576449f04e8a8245b86bcf5fcb48b4f56cf6f (diff) | |
parent | 43403ccb4682a314b9be37aed1bbcf43b70f9afe (diff) |
Merge pull request #12337 from commodo/lxml-bump-4-5-1
Lxml bump 4 5 1
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libxslt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 6361bcb47..699fba5d8 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxslt PKG_VERSION:=1.1.34 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ @@ -73,7 +73,6 @@ CONFIGURE_ARGS += \ --without-debug \ --without-mem-debug \ --without-debugger \ - --without-profiler \ --without-plugins HOST_CONFIGURE_ARGS += \ |