summary refs log blame commit diff
path: root/pkgs/development/libraries/qt-3/strip.patch
blob: a0c9fa738898d51139b4d06618d9ab6c474e9d6c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                                                           
diff -rc qt-x11-free-3.3.3-orig/mkspecs/linux-g++/qmake.conf qt-x11-free-3.3.3/mkspecs/linux-g++/qmake.conf
*** qt-x11-free-3.3.3-orig/mkspecs/linux-g++/qmake.conf	2004-08-05 16:42:57.000000000 +0200
--- qt-x11-free-3.3.3/mkspecs/linux-g++/qmake.conf	2005-03-02 12:25:55.000000000 +0100
***************
*** 85,90 ****
  QMAKE_DEL_FILE		= rm -f
  QMAKE_DEL_DIR		= rmdir
  QMAKE_STRIP             = strip
! QMAKE_STRIPFLAGS_LIB 	+= --strip-unneeded
  QMAKE_CHK_DIR_EXISTS	= test -d
  QMAKE_MKDIR		= mkdir -p
--- 85,90 ----
  QMAKE_DEL_FILE		= rm -f
  QMAKE_DEL_DIR		= rmdir
  QMAKE_STRIP             = strip
! QMAKE_STRIPFLAGS_LIB 	+= --strip-debug
  QMAKE_CHK_DIR_EXISTS	= test -d
  QMAKE_MKDIR		= mkdir -p