diff options
author | davidovski <david@davidovski.xyz> | 2021-12-07 20:37:40 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-12-07 20:37:40 +0000 |
commit | 9cad94fb5dce0b33a508211bd272da97617d17ff (patch) | |
tree | cd15dd47f2307eff21a0b0d70b83892f7a22e996 /repo/core/pcre.xibuild | |
parent | 40bd376ca0d5053cafa4d9f30fb125cac68baad1 (diff) |
fixed libpcre
Diffstat (limited to 'repo/core/pcre.xibuild')
-rw-r--r-- | repo/core/pcre.xibuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/repo/core/pcre.xibuild b/repo/core/pcre.xibuild index 7788687..facf5fe 100644 --- a/repo/core/pcre.xibuild +++ b/repo/core/pcre.xibuild @@ -11,4 +11,9 @@ build () { make DESTDIR=$PKG_DEST install } +package () { + # this probably is not right but it works for now + ln $PKG_DEST/usr/lib/libpcre2-8.so $PKG_DEST/usr/lib/libpcre.so.1 +} + |