Description: fix lintian hardening-no-pie warning
Author: Christian T. Steigies <cts@debian.org>
Last-Update: 2022-12-31
Index: gle-graphics-4.3.3/src/gui/CMakeLists.txt
===================================================================
--- gle-graphics-4.3.3.orig/src/gui/CMakeLists.txt
+++ gle-graphics-4.3.3/src/gui/CMakeLists.txt
@@ -79,7 +79,7 @@ if(UNIX AND NOT APPLE)
  		GL 
 # 		Qt5::QWaylandIntegrationPlugin
  	)
- 	target_link_options(qgle PUBLIC -no-pie)
+ 	# target_link_options(qgle PUBLIC -no-pie)
 	qt_import_plugins( qgle
   		INCLUDE_BY_TYPE platforms
 	)
