diff options
Diffstat (limited to 'repo/apps')
-rw-r--r-- | repo/apps/lynx.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/apps/lynx.xibuild b/repo/apps/lynx.xibuild index e773a3a..1b1592d 100644 --- a/repo/apps/lynx.xibuild +++ b/repo/apps/lynx.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="libidn libressl" +DEPS="libidn openssl" PKG_VER=2.8.9rel.1 |