Skip to content

Commit

Permalink
dmenu flags> dwm
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 4, 2023
1 parent cfad92a commit 4be75da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion compile/src/suckless/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,16 @@ sed -i "s^PREFIX =.*^PREFIX = $TARGETPATH^g" config.mk
# /mnt2/fk-suckless-st-v084 # xx-clang -o st st.o x.o \
# -static -lXft -lX11 -lxcb -lXau -lfontconfig -lfreetype -lXrender -lXdmcp -lpng -lexpat -lxml2 -lz -lbz2 -lbrotlidec -lbrotlicommon
flags="-static -lXft -lX11 -lxcb -lXau -lfontconfig -lfreetype -lXrender -lXdmcp -lpng -lexpat -lxml2 -lz -lbz2 -lbrotlidec -lbrotlicommon"
make LDFLAGS="$flags" \
# make LDFLAGS="$flags"
#2>&1 |grep musl/10 |awk '{print $2}' |sort -u


# err01:
# /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/libXrender.a(Xrender.o):

make LDFLAGS="$flags -lXinerama -lX11 -lXrandr -lXxf86vm -lXcursor -lm -lXinerama -ldl -lrt -lXext"



log "Install DWM..."
# make;
Expand Down

0 comments on commit 4be75da

Please sign in to comment.