use += in config.mk for make variables so system config is respected
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -32,6 +32,12 @@ prepare() {
|
|||||||
-e '/char worddelimiters/s/= .*/= " '"'"'`\\\"()[]{}<>|";/' \
|
-e '/char worddelimiters/s/= .*/= " '"'"'`\\\"()[]{}<>|";/' \
|
||||||
-e '/int defaultcs/s/= .*/= 1;/' \
|
-e '/int defaultcs/s/= .*/= 1;/' \
|
||||||
-i config.def.h
|
-i config.def.h
|
||||||
|
sed \
|
||||||
|
-e 's/CPPFLAGS =/CPPFLAGS +=/g' \
|
||||||
|
-e 's/CFLAGS =/CFLAGS +=/g' \
|
||||||
|
-e 's/LDFLAGS =/LDFLAGS +=/g' \
|
||||||
|
-e 's/_BSD_SOURCE/_DEFAULT_SOURCE/' \
|
||||||
|
-i config.mk
|
||||||
sed '/@tic/d' -i Makefile
|
sed '/@tic/d' -i Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user