summaryrefslogtreecommitdiff
path: root/private/ragel/lib64.patch
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-02-24 08:17:49 +0100
committerEugen Wissner <belka@caraus.de>2021-02-24 08:17:49 +0100
commitc3e4ef2cdfb67c2bd4a915887ebc943dbcd19d1f (patch)
tree8634e44fbf58864ed2d52335a87764f206ce117e /private/ragel/lib64.patch
parentded33e772c76158e64176ab8804aa5556c375ae5 (diff)
downloadslackbuilder-c3e4ef2cdfb67c2bd4a915887ebc943dbcd19d1f.tar.gz
Add colm and ragel
Diffstat (limited to 'private/ragel/lib64.patch')
-rw-r--r--private/ragel/lib64.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/private/ragel/lib64.patch b/private/ragel/lib64.patch
new file mode 100644
index 0000000..53aa3b8
--- /dev/null
+++ b/private/ragel/lib64.patch
@@ -0,0 +1,15 @@
+--- a/configure.ac 2021-02-15 20:45:20.000000000 +0100
++++ b/configure.ac 2021-02-21 17:59:13.593674832 +0100
+@@ -46,9 +46,9 @@
+ COLM_WRAP="$withval/bin/colm-wrap"
+ CPPFLAGS="-I$withval/include ${CPPFLAGS}"
+ CPPFLAGS="-I$withval/include/aapl ${CPPFLAGS}"
+- LDFLAGS="-L$withval/lib ${LDFLAGS}"
+- LIBCOLM_LA="$withval/lib/libcolm.la"
+- LIBFSM_LA="$withval/lib/libfsm.la"
++ LDFLAGS="-L$withval/lib64 ${LDFLAGS}"
++ LIBCOLM_LA="$withval/lib64/libcolm.la"
++ LIBFSM_LA="$withval/lib64/libfsm.la"
+ COLM_SHARE="$withval/share"
+ ],
+ []