]> git.pld-linux.org Git - packages/aethera.git/blame - aethera-fpic.patch
- compile with fpic
[packages/aethera.git] / aethera-fpic.patch
CommitLineData
dda79bba
ER
1--- aethera-1.2.1/webdav/webdav/webdav.pro~ 2006-11-05 16:56:11.000000000 +0200
2+++ aethera-1.2.1/webdav/webdav/webdav.pro 2006-11-05 16:56:13.000000000 +0200
3@@ -6,6 +6,8 @@
4
5 unix {
6 VERSION = 1.0.0
7+ QMAKE_CXXFLAGS = -DPIC -fPIC
8+ QMAKE_CFLAGS = -DPIC -fPIC
9 }
10
11 INCLUDEPATH += .
This page took 0.040928 seconds and 4 git commands to generate.