File: 0003-Link-against-libantlr-pic.patch

package info (click to toggle)
tulip 6.0.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196,224 kB
  • sloc: cpp: 571,851; ansic: 13,983; python: 4,105; sh: 1,555; yacc: 522; xml: 484; makefile: 168; pascal: 148; lex: 55
file content (12 lines) | stat: -rw-r--r-- 545 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Link against the PIC version of libantlr as required to build xdkbtex to a .so
Author: James Turton <james@somecomputer.xyz>
Last-Update: 2020-04-10
Forwarded: no
--- a/thirdparty/xdkbibtex/CMakeLists.txt
+++ b/thirdparty/xdkbibtex/CMakeLists.txt
@@ -20,4 +20,4 @@
 ADD_LIBRARY(xdkbibtex STATIC ${XDKBIBTEX_SRCS})
 # allow the static library to be used to build shared libs
 SET_TARGET_PROPERTIES(xdkbibtex PROPERTIES POSITION_INDEPENDENT_CODE ON)
-TARGET_LINK_LIBRARIES(xdkbibtex antlr)
+TARGET_LINK_LIBRARIES(xdkbibtex antlr-pic)