Do not link with libintl explicitly
This commit is contained in:
parent
026bf5cdbb
commit
a6c6816429
|
@ -1,7 +1,7 @@
|
|||
targets=keyboard,keyboardctl
|
||||
cflags_force=`pkg-config --cflags libDesktop`
|
||||
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
ldflags_force=`pkg-config --libs libDesktop` -lintl
|
||||
ldflags_force=`pkg-config --libs libDesktop`
|
||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||
dist=Makefile,callbacks.h,common.h,key.h,keyboard.h,layout.h
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
targets=keyboard
|
||||
cflags_force=-W `pkg-config --cflags libDesktop x11` -fPIC
|
||||
cflags=-Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
ldflags_force=`pkg-config --libs libDesktop x11` -lXtst -lintl
|
||||
ldflags_force=`pkg-config --libs libDesktop x11` -lXtst
|
||||
ldflags=-Wl,-z,relro -Wl,-z,now
|
||||
dist=Makefile
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user