diff options
Diffstat (limited to 'repo/core')
-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 +} + |