aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libx11_1.1.1.bb
blob: 368dd7b0fa4b19782b9eb13595ab1db32a735765 (generated by cgit 1.2.3-korg (git 2.39.0) at 2024-05-01 16:48:48 +0000
an> lib_package LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fc37e1037ae673975fbcb96a98f7191" PV .= "+git${SRCPV}" SRCREV = "79b1a9996c094ff593ae50bc4edc1f349f39dd6d" SRC_URI = "git://www.bearssl.org/git/BearSSL;protocol=https;branch=master \ file://0001-conf-Unix.mk-remove-fixed-command-definitions.patch \ file://0002-test-test_x509.c-fix-potential-overflow-issue.patch \ file://0001-make-Pass-LDFLAGS-when-building-shared-objects.patch \ " # without compile errors like # <..>/ld: build/obj/ghash_pclmul.o: warning: relocation against `br_ghash_pclmul' in read-only section `.text' CFLAGS += "-fPIC" S = "${WORKDIR}/git" B = "${S}" do_install() { mkdir -p ${D}/${bindir} ${D}/${libdir} install -m 0644 ${B}/build/brssl ${D}/${bindir} install -m 0644 ${B}/build/libbearssl.so ${D}/${libdir}/libbearssl.so.6.0.0 ln -s libbearssl.so.6.0.0 ${D}/${libdir}/libbearssl.so.6 ln -s libbearssl.so.6.0.0 ${D}/${libdir}/libbearssl.so }