Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
8f165097c2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      package/base/bsd-games/bsd-games.conf

+ 4
- 0
package/base/bsd-games/bsd-games.conf

@ -22,6 +22,10 @@
bsdgm() {
# the following is needed to link against a static ncurses
# library that dlopens libgpm
echo bsd_games_cfg_ncurses_lib=\"-lncurses -ldl\" > config.params
yes '' | ./configure
eval $MAKE ; eval $MAKE install
}

Loading…
Cancel
Save