mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
Ports: Add flex and pcre2 ports
This commit is contained in:
parent
ca413a5b50
commit
b8b2b30102
11 changed files with 134 additions and 0 deletions
11
Ports/flex/patches/fix-Makefile-in.patch
Normal file
11
Ports/flex/patches/fix-Makefile-in.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- flex-2.6.4/src/Makefile.in.orig Thu Jan 23 22:45:32 2020
|
||||
+++ flex-2.6.4/src/Makefile.in Thu Jan 23 22:46:15 2020
|
||||
@@ -342,7 +342,7 @@
|
||||
LIBINTL = @LIBINTL@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBPTHREAD = @LIBPTHREAD@
|
||||
-LIBS = @LIBS@
|
||||
+LIBS = @LIBS@ -lpcre2-posix -lpcre2-8
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
Loading…
Add table
Add a link
Reference in a new issue