Do not link with libintl explicitly

This commit is contained in:
Pierre Pronchery 2016-08-09 02:54:22 +02:00
parent 026bf5cdbb
commit a6c6816429
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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