mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/luakit: don't build with -ggdb
This commit is contained in:
parent
27f9df01bd
commit
95cc9f41b3
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=luakit
|
||||
pkgver=2017.08.10
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Fast, small, webkit based browser framework extensible by Lua"
|
||||
url="https://github.com/luakit/luakit"
|
||||
arch="all"
|
||||
@ -12,7 +12,8 @@ depends_dev=""
|
||||
makedepends="webkit2gtk-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz
|
||||
config-mk.patch"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
@ -25,4 +26,5 @@ package() {
|
||||
make PREFIX=/usr DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="6cceb241ca5a7ad7dfbb3964888318b5f2c5f734175ea7ecd5178419d037d58dc5e0aba00a7ed8ca3dd811cc5af953c353b0cd203be95a15c6a78c396f9230c8 luakit-2017.08.10.tar.gz"
|
||||
sha512sums="6cceb241ca5a7ad7dfbb3964888318b5f2c5f734175ea7ecd5178419d037d58dc5e0aba00a7ed8ca3dd811cc5af953c353b0cd203be95a15c6a78c396f9230c8 luakit-2017.08.10.tar.gz
|
||||
d852a17bf202b18e75bda3885e421a957ce501ebbeb0ecd6e7a6379747e350878c9f95683a0385ce9daa719ddd02a3e5d5143ebd9ee892a469d8457e7a863b5a config-mk.patch"
|
||||
|
12
testing/luakit/config-mk.patch
Normal file
12
testing/luakit/config-mk.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -upr luakit-2017.08.10.orig/config.mk luakit-2017.08.10/config.mk
|
||||
--- luakit-2017.08.10.orig/config.mk 2017-09-16 13:29:59.436651544 +0200
|
||||
+++ luakit-2017.08.10/config.mk 2017-09-16 13:30:42.353527111 +0200
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# Compile/link options.
|
||||
CC ?= gcc
|
||||
-CFLAGS += -std=gnu99 -ggdb -W -Wall -Wextra -Werror=unused-result
|
||||
+CFLAGS += -std=gnu99 -W -Wall -Wextra -Werror=unused-result
|
||||
LDFLAGS +=
|
||||
CPPFLAGS +=
|
||||
|
Loading…
Reference in New Issue
Block a user