diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-10-24 03:07:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-10-24 03:07:01 +0200 |
commit | 499de1ac23a0fc49e42d80c8859425f9740bbfea (patch) | |
tree | ffef2ea598566d61ad8a4bb2250d00a637cde09c /ubuntu/raring/tdelibs/debian | |
parent | d204963c45f41fe22558b8005dee7f7a464ba4f0 (diff) | |
download | tde-packaging-499de1ac23a0fc49e42d80c8859425f9740bbfea.tar.gz tde-packaging-499de1ac23a0fc49e42d80c8859425f9740bbfea.zip |
Disable WITH_LIBBFD in tdelibs on Debian and Ubuntu
Diffstat (limited to 'ubuntu/raring/tdelibs/debian')
-rwxr-xr-x | ubuntu/raring/tdelibs/debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ubuntu/raring/tdelibs/debian/rules b/ubuntu/raring/tdelibs/debian/rules index 6889b4098..82878e83d 100755 --- a/ubuntu/raring/tdelibs/debian/rules +++ b/ubuntu/raring/tdelibs/debian/rules @@ -32,7 +32,6 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DBUILD_ALL="ON" \ -DCMAKE_SKIP_RPATH="OFF" \ -DWITH_GCC_VISIBILITY="ON" \ - -DWITH_LIBBFD="ON" \ -DWITH_LIBART="ON" \ -DWITH_LIBIDN="ON" \ -DWITH_TIFF="ON" \ |